You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

90 lines
2.4 KiB

{
"_from": "static-module@^3.0.2",
"_id": "static-module@3.0.4",
"_inBundle": false,
"_integrity": "sha512-gb0v0rrgpBkifXCa3yZXxqVmXDVE+ETXj6YlC/jt5VzOnGXR2C15+++eXuMDUYsePnbhf+lwW0pE1UXyOLtGCw==",
"_location": "/static-module",
"_phantomChildren": {
"core-util-is": "1.0.3",
"inherits": "2.0.4",
"isarray": "1.0.0",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"sourcemap-codec": "1.4.8",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "static-module@^3.0.2",
"name": "static-module",
"escapedName": "static-module",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/brfs"
],
"_resolved": "https://registry.npmjs.org/static-module/-/static-module-3.0.4.tgz",
"_shasum": "bfbd1d1c38dd1fbbf0bb4af0c1b3ae18a93a2b68",
"_spec": "static-module@^3.0.2",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/brfs",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/static-module/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn-node": "^1.3.0",
"concat-stream": "~1.6.0",
"convert-source-map": "^1.5.1",
"duplexer2": "~0.1.4",
"escodegen": "^1.11.1",
"has": "^1.0.1",
"magic-string": "0.25.1",
"merge-source-map": "1.0.4",
"object-inspect": "^1.6.0",
"readable-stream": "~2.3.3",
"scope-analyzer": "^2.0.1",
"shallow-copy": "~0.0.1",
"static-eval": "^2.0.5",
"through2": "~2.0.3"
},
"deprecated": false,
"description": "convert module usage to inline expressions",
"devDependencies": {
"from2-string": "^1.1.0",
"nanobench": "^2.1.1",
"quote-stream": "^1.0.2",
"resolve": "^1.5.0",
"source-map": "^0.6.1",
"tape": "^4.8.0",
"uglify-js": "3.3.12"
},
"homepage": "https://github.com/substack/static-module",
"keywords": [
"ast",
"static",
"analysis",
"esprima",
"syntax",
"tree"
],
"license": "MIT",
"main": "index.js",
"name": "static-module",
"repository": {
"type": "git",
"url": "git://github.com/substack/static-module.git"
},
"scripts": {
"bench": "nanobench bench",
"test": "tape test/*.js"
},
"version": "3.0.4"
}