mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 12:00:03 +02:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"_from": "acorn-globals@^4.1.0",
|
|
"_id": "acorn-globals@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KjZwU26uG3u6eZcfGbTULzFcsoz6pegNKtHPksZPOUsiKo5bUmiBPa38FuHZ/Eun+XYh/JCCkS9AS3Lu4McQOQ==",
|
|
"_location": "/acorn-globals",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "acorn-globals@^4.1.0",
|
|
"name": "acorn-globals",
|
|
"escapedName": "acorn-globals",
|
|
"rawSpec": "^4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.1.0.tgz",
|
|
"_shasum": "ab716025dbe17c54d3ef81d32ece2b2d99fe2538",
|
|
"_spec": "acorn-globals@^4.1.0",
|
|
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"acorn": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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.1.0"
|
|
}
|