No Description

package.json 1.5KB

    { "_from": "acorn-globals@^4.1.0", "_id": "acorn-globals@4.1.0", "_inBundle": false, "_integrity": "sha1-q3FgJdvhfFTT74HTLs4rLZn+JTg=", "_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": "http://registry.npm.taobao.org/acorn-globals/download/acorn-globals-4.1.0.tgz", "_shasum": "ab716025dbe17c54d3ef81d32ece2b2d99fe2538", "_spec": "acorn-globals@^4.1.0", "_where": "/Users/FFIB/Desktop/data_visualization/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" }