81 lines
2.2 KiB
JSON
Executable file
81 lines
2.2 KiB
JSON
Executable file
{
|
|
"_from": "@babel/parser@^7.14.6",
|
|
"_id": "@babel/parser@7.16.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==",
|
|
"_location": "/@babel/parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/parser@^7.14.6",
|
|
"name": "@babel/parser",
|
|
"escapedName": "@babel%2fparser",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.14.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.14.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/helper-function-name/@babel/template",
|
|
"/@babel/helper-module-transforms/@babel/template",
|
|
"/@babel/helper-wrap-function/@babel/template",
|
|
"/@babel/helpers/@babel/template",
|
|
"/@babel/template",
|
|
"/@babel/traverse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz",
|
|
"_shasum": "3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac",
|
|
"_spec": "@babel/parser@^7.14.6",
|
|
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A JavaScript parser",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.16.0",
|
|
"@babel/helper-fixtures": "^7.16.0",
|
|
"@babel/helper-validator-identifier": "^7.15.7",
|
|
"charcodes": "^0.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"typings"
|
|
],
|
|
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
|
"keywords": [
|
|
"babel",
|
|
"javascript",
|
|
"parser",
|
|
"tc39",
|
|
"ecmascript",
|
|
"@babel/parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/parser",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-parser"
|
|
},
|
|
"types": "./typings/babel-parser.d.ts",
|
|
"version": "7.16.2"
|
|
}
|