suyiScreen/node_modules/@babel/core/package.json

100 lines
2.5 KiB
JSON

{
"_args": [
[
"@babel/core@7.8.7",
"D:\\Hjm项目\\suyi1111"
]
],
"_development": true,
"_from": "@babel/core@7.8.7",
"_id": "@babel/core@7.8.7",
"_inBundle": false,
"_integrity": "sha1-tpAX0iHM3rIDFFrp2iadcs8QLzs=",
"_location": "/@babel/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/core@7.8.7",
"name": "@babel/core",
"escapedName": "@babel%2fcore",
"scope": "@babel",
"rawSpec": "7.8.7",
"saveSpec": null,
"fetchSpec": "7.8.7"
},
"_requiredBy": [
"/@vue/babel-preset-app",
"/@vue/cli-plugin-babel"
],
"_resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.8.7.tgz",
"_spec": "7.8.7",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"browser": {
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
"./lib/transform-file.js": "./lib/transform-file-browser.js",
"./src/config/files/index.js": "./src/config/files/index-browser.js",
"./src/transform-file.js": "./src/transform-file-browser.js"
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.8.7",
"@babel/helpers": "^7.8.4",
"@babel/parser": "^7.8.7",
"@babel/template": "^7.8.6",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.7",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.0",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
},
"description": "Babel compiler core.",
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
},
"gitHead": "595f65f33b8e948e34d12be83f700cf8d070c790",
"homepage": "https://babeljs.io/",
"keywords": [
"6to5",
"babel",
"classes",
"const",
"es6",
"harmony",
"let",
"modules",
"transpile",
"transpiler",
"var",
"babel-core",
"compiler"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-core"
},
"version": "7.8.7"
}