hummus-recipe
Version:
A powerful PDF tool for NodeJS based on HummusJS
78 lines (77 loc) • 2.19 kB
JSON
{
"_from": "scope-analyzer@^2.0.1",
"_id": "scope-analyzer@2.1.1",
"_inBundle": false,
"_integrity": "sha512-azEAihtQ9mEyZGhfgTJy3IbOWEzeOrYbg7NcYEshPKnKd+LZmC3TNd5dmDxbLBsTG/JVWmCp+vDJ03vJjeXMHg==",
"_location": "/scope-analyzer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "scope-analyzer@^2.0.1",
"name": "scope-analyzer",
"escapedName": "scope-analyzer",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/linebreak/static-module"
],
"_resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.1.1.tgz",
"_shasum": "5156c27de084d74bf75af9e9506aaf95c6e73dd6",
"_spec": "scope-analyzer@^2.0.1",
"_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/linebreak/node_modules/static-module",
"author": {
"name": "Renée Kooi",
"email": "renee@kooi.me"
},
"bugs": {
"url": "https://github.com/goto-bus-stop/scope-analyzer/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-from": "^2.1.1",
"dash-ast": "^1.0.0",
"es6-map": "^0.1.5",
"es6-set": "^0.1.5",
"es6-symbol": "^3.1.1",
"estree-is-function": "^1.0.0",
"get-assigned-identifiers": "^1.1.0"
},
"deprecated": false,
"description": "simple scope analysis for javascript ASTs",
"devDependencies": {
"acorn": "^6.2.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"d3": "^4.13.0",
"has-template-literals": "^1.0.0",
"nanobench": "^2.1.1",
"standard": "^14.3.1",
"tape": "^4.11.0",
"three": "^0.89.0"
},
"homepage": "https://github.com/goto-bus-stop/scope-analyzer",
"keywords": [
"analysis",
"ast",
"javascript",
"nodes",
"refactor",
"rename",
"scope"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "scope-analyzer",
"repository": {
"type": "git",
"url": "git+https://github.com/goto-bus-stop/scope-analyzer.git"
},
"scripts": {
"bench": "nanobench bench/*.js",
"test": "standard && tape -r ./test/_init.js test/index.js"
},
"version": "2.1.1"
}