mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 13:51:07 +07:00
94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@babel/core@7.4.5",
|
|
"C:\\Users\\Administrator\\Documents\\setup-python"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@babel/core@7.4.5",
|
|
"_id": "@babel/core@7.4.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==",
|
|
"_location": "/@babel/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@babel/core@7.4.5",
|
|
"name": "@babel/core",
|
|
"escapedName": "@babel%2fcore",
|
|
"scope": "@babel",
|
|
"rawSpec": "7.4.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.4.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/transform",
|
|
"/jest-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.5.tgz",
|
|
"_spec": "7.4.5",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@babel/generator": "^7.4.4",
|
|
"@babel/helpers": "^7.4.4",
|
|
"@babel/parser": "^7.4.5",
|
|
"@babel/template": "^7.4.4",
|
|
"@babel/traverse": "^7.4.5",
|
|
"@babel/types": "^7.4.4",
|
|
"convert-source-map": "^1.1.0",
|
|
"debug": "^4.1.0",
|
|
"json5": "^2.1.0",
|
|
"lodash": "^4.17.11",
|
|
"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.4.4",
|
|
"@babel/register": "^7.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"gitHead": "33ab4f166117e2380de3955a0842985f578b01b8",
|
|
"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.4.5"
|
|
}
|