| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "acorn-globals@^4.1.0",
- "_id": "acorn-globals@4.3.4",
- "_inBundle": false,
- "_integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
- "_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": [
- "/@vue/cli-plugin-unit-mocha/jsdom",
- "/jsdom"
- ],
- "_resolved": "https://registry.npmmirror.com/acorn-globals/-/acorn-globals-4.3.4.tgz",
- "_shasum": "9fa1926addc11c97308c4e66d7add0d40c3272e7",
- "_spec": "acorn-globals@^4.1.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/ForbesLindesay/acorn-globals/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn": "^6.0.1",
- "acorn-walk": "^6.0.1"
- },
- "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.3.4"
- }
|