You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.9 KiB
79 lines
1.9 KiB
{
|
|
"_from": "@babel/parser@^7.10.2",
|
|
"_id": "@babel/parser@7.10.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
|
|
"_location": "/@babel/parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/parser@^7.10.2",
|
|
"name": "@babel/parser",
|
|
"escapedName": "@babel%2fparser",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.10.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.10.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/template",
|
|
"/@babel/traverse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
|
|
"_shasum": "871807f10442b92ff97e4783b9b54f6a0ca812d0",
|
|
"_spec": "@babel/parser@^7.10.2",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A JavaScript parser",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.10.1",
|
|
"@babel/helper-fixtures": "^7.10.1",
|
|
"@babel/helper-validator-identifier": "^7.10.1",
|
|
"charcodes": "^0.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"typings"
|
|
],
|
|
"gitHead": "b0350e5b1e86bd2d53b4a25705e39eb380ec65a2",
|
|
"homepage": "https://babeljs.io/",
|
|
"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.10.2"
|
|
}
|