mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 13:51:07 +07:00
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"estraverse@4.2.0",
|
||
|
"C:\\Users\\Administrator\\Documents\\setup-python"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "estraverse@4.2.0",
|
||
|
"_id": "estraverse@4.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
|
||
|
"_location": "/estraverse",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "estraverse@4.2.0",
|
||
|
"name": "estraverse",
|
||
|
"escapedName": "estraverse",
|
||
|
"rawSpec": "4.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/escodegen"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
|
||
|
"_spec": "4.2.0",
|
||
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/estools/estraverse/issues"
|
||
|
},
|
||
|
"description": "ECMAScript JS AST traversal functions",
|
||
|
"devDependencies": {
|
||
|
"babel-preset-es2015": "^6.3.13",
|
||
|
"babel-register": "^6.3.13",
|
||
|
"chai": "^2.1.1",
|
||
|
"espree": "^1.11.0",
|
||
|
"gulp": "^3.8.10",
|
||
|
"gulp-bump": "^0.2.2",
|
||
|
"gulp-filter": "^2.0.0",
|
||
|
"gulp-git": "^1.0.1",
|
||
|
"gulp-tag-version": "^1.2.1",
|
||
|
"jshint": "^2.5.6",
|
||
|
"mocha": "^2.1.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/estools/estraverse",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"main": "estraverse.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "Yusuke Suzuki",
|
||
|
"email": "utatane.tea@gmail.com",
|
||
|
"url": "http://github.com/Constellation"
|
||
|
}
|
||
|
],
|
||
|
"name": "estraverse",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/estools/estraverse.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "jshint estraverse.js",
|
||
|
"test": "npm run-script lint && npm run-script unit-test",
|
||
|
"unit-test": "mocha --compilers js:babel-register"
|
||
|
},
|
||
|
"version": "4.2.0"
|
||
|
}
|