mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-21 07:49:21 +08:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@babel/parser",
|
|
"version": "7.11.5",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "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.10.4",
|
|
"@babel/helper-fixtures": "^7.10.5",
|
|
"@babel/helper-validator-identifier": "^7.10.4",
|
|
"charcodes": "^0.2.0"
|
|
},
|
|
"bin": "./bin/babel-parser.js",
|
|
"gitHead": "af64ccb2b00bc7574943674996c2f0507cdbfb6f",
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:02 GMT+0800 (中国标准时间)",
|
|
"_from": "@babel/parser@7.11.5",
|
|
"_resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz?cache=0&sync_timestamp=1598904652537&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.5.tgz"
|
|
} |