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.
78 lines
1.9 KiB
78 lines
1.9 KiB
{ |
|
"_from": "@babel/parser@^7.6.0", |
|
"_id": "@babel/parser@7.7.4", |
|
"_inBundle": false, |
|
"_integrity": "sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==", |
|
"_location": "/@babel/parser", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@babel/parser@^7.6.0", |
|
"name": "@babel/parser", |
|
"escapedName": "@babel%2fparser", |
|
"scope": "@babel", |
|
"rawSpec": "^7.6.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^7.6.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@babel/core", |
|
"/@babel/template", |
|
"/@babel/traverse", |
|
"/@types/babel__core", |
|
"/@types/babel__template", |
|
"/babel-eslint", |
|
"/istanbul-lib-instrument" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.4.tgz", |
|
"_shasum": "75ab2d7110c2cf2fa949959afb05fa346d2231bb", |
|
"_spec": "@babel/parser@^7.6.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/@babel/core", |
|
"author": { |
|
"name": "Sebastian McKenzie", |
|
"email": "sebmck@gmail.com" |
|
}, |
|
"bin": { |
|
"parser": "./bin/babel-parser.js" |
|
}, |
|
"bundleDependencies": false, |
|
"deprecated": false, |
|
"description": "A JavaScript parser", |
|
"devDependencies": { |
|
"@babel/code-frame": "^7.5.5", |
|
"@babel/helper-fixtures": "^7.6.3", |
|
"charcodes": "^0.2.0", |
|
"unicode-12.0.0": "^0.7.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"files": [ |
|
"bin", |
|
"lib", |
|
"typings" |
|
], |
|
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9", |
|
"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": "https://github.com/babel/babel/tree/master/packages/babel-parser" |
|
}, |
|
"types": "typings/babel-parser.d.ts", |
|
"version": "7.7.4" |
|
}
|
|
|