github-pages-deploy-action/node_modules/@babel/parser/package.json

83 lines
2.0 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"@babel/parser@7.9.2",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "@babel/parser@7.9.2",
"_id": "@babel/parser@7.9.2",
"_inBundle": false,
"_integrity": "sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA==",
"_location": "/@babel/parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/parser@7.9.2",
"name": "@babel/parser",
"escapedName": "@babel%2fparser",
"scope": "@babel",
"rawSpec": "7.9.2",
"saveSpec": null,
"fetchSpec": "7.9.2"
},
"_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.9.2.tgz",
"_spec": "7.9.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bin": {
"parser": "bin/babel-parser.js"
},
2020-01-28 13:07:56 +08:00
"description": "A JavaScript parser",
2020-03-22 05:13:25 +08:00
"devDependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/helper-fixtures": "^7.8.6",
"@babel/helper-validator-identifier": "^7.9.0",
"charcodes": "^0.2.0"
},
"engines": {
"node": ">=6.0.0"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"files": [
"bin",
"lib",
"typings"
],
"gitHead": "2399e0df23cbd574a5ab39822288c438f5380ae8",
"homepage": "https://babeljs.io/",
2020-01-28 13:07:56 +08:00
"keywords": [
"babel",
"javascript",
"parser",
"tc39",
"ecmascript",
"@babel/parser"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
2020-01-28 13:07:56 +08:00
"main": "lib/index.js",
2020-03-22 05:13:25 +08:00
"name": "@babel/parser",
"publishConfig": {
"access": "public"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-parser"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"types": "typings/babel-parser.d.ts",
"version": "7.9.2"
2020-01-28 13:07:56 +08:00
}