1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-20 00:56:43 +00:00
setup-python/node_modules/acorn-globals/package.json

71 lines
1.6 KiB
JSON
Raw Normal View History

2019-06-27 01:12:00 +00:00
{
"_args": [
[
"acorn-globals@4.3.2",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_from": "acorn-globals@4.3.2",
"_id": "acorn-globals@4.3.2",
"_inBundle": false,
"_integrity": "sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==",
"_location": "/acorn-globals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-globals@4.3.2",
"name": "acorn-globals",
"escapedName": "acorn-globals",
"rawSpec": "4.3.2",
"saveSpec": null,
"fetchSpec": "4.3.2"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.2.tgz",
"_spec": "4.3.2",
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
},
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
},
"description": "Detect global variables in JavaScript using acorn",
"devDependencies": {
"testit": "^3.0.0"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/ForbesLindesay/acorn-globals#readme",
"keywords": [
"ast",
"variable",
"name",
"lexical",
"scope",
"local",
"global",
"implicit"
],
"license": "MIT",
"name": "acorn-globals",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
},
"scripts": {
"test": "node test"
},
"version": "4.3.2"
}