mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
41 lines
885 B
JSON
41 lines
885 B
JSON
|
{
|
||
|
"name": "@babel/parser",
|
||
|
"version": "7.7.2",
|
||
|
"description": "A JavaScript parser",
|
||
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||
|
"homepage": "https://babeljs.io/",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"babel",
|
||
|
"javascript",
|
||
|
"parser",
|
||
|
"tc39",
|
||
|
"ecmascript",
|
||
|
"@babel/parser"
|
||
|
],
|
||
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-parser",
|
||
|
"main": "lib/index.js",
|
||
|
"types": "typings/babel-parser.d.ts",
|
||
|
"files": [
|
||
|
"bin",
|
||
|
"lib",
|
||
|
"typings"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=6.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/code-frame": "^7.5.5",
|
||
|
"@babel/helper-fixtures": "^7.6.3",
|
||
|
"charcodes": "^0.2.0",
|
||
|
"unicode-12.0.0": "^0.7.9"
|
||
|
},
|
||
|
"bin": {
|
||
|
"parser": "./bin/babel-parser.js"
|
||
|
},
|
||
|
"gitHead": "35f4d1276310bac6fede4a6f86a5c76f951e179e"
|
||
|
}
|