WIP - add extractor, generate snippet_data
This commit is contained in:
56
node_modules/@babel/plugin-syntax-dynamic-import/package.json
generated
vendored
Normal file
56
node_modules/@babel/plugin-syntax-dynamic-import/package.json
generated
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "@babel/plugin-syntax-dynamic-import@^7.2.0",
|
||||
"_id": "@babel/plugin-syntax-dynamic-import@7.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
|
||||
"_location": "/@babel/plugin-syntax-dynamic-import",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/plugin-syntax-dynamic-import@^7.2.0",
|
||||
"name": "@babel/plugin-syntax-dynamic-import",
|
||||
"escapedName": "@babel%2fplugin-syntax-dynamic-import",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"/@babel/plugin-proposal-dynamic-import",
|
||||
"/@babel/preset-env",
|
||||
"/babel-preset-gatsby",
|
||||
"/babel-preset-gatsby-package"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
|
||||
"_shasum": "69c159ffaf4998122161ad8ebc5e6d1f55df8612",
|
||||
"_spec": "@babel/plugin-syntax-dynamic-import@^7.2.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Allow parsing of import()",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "@babel/plugin-syntax-dynamic-import",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
|
||||
},
|
||||
"version": "7.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user