81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"_from": "static-eval@^2.0.0",
|
|
"_id": "static-eval@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-agtxZ/kWSsCkI5E4QifRwsaPs0P0JmZV6dkLz6ILYfFYQGn+5plctanRN+IC8dJRiFkyXHrwEE3W9Wmx67uDbw==",
|
|
"_location": "/static-eval",
|
|
"_phantomChildren": {
|
|
"estraverse": "4.3.0",
|
|
"esutils": "2.0.3",
|
|
"optionator": "0.8.3",
|
|
"source-map": "0.6.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "static-eval@^2.0.0",
|
|
"name": "static-eval",
|
|
"escapedName": "static-eval",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/static-module"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.1.0.tgz",
|
|
"_shasum": "a16dbe54522d7fa5ef1389129d813fd47b148014",
|
|
"_spec": "static-eval@^2.0.0",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/static-module",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/browserify/static-eval/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"escodegen": "^1.11.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "evaluate statically-analyzable expressions",
|
|
"devDependencies": {
|
|
"esprima": "^3.1.3",
|
|
"tape": "^4.10.1"
|
|
},
|
|
"homepage": "https://github.com/browserify/static-eval",
|
|
"keywords": [
|
|
"static",
|
|
"eval",
|
|
"expression",
|
|
"esprima",
|
|
"ast",
|
|
"abstract",
|
|
"syntax",
|
|
"tree",
|
|
"analysis"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "static-eval",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/browserify/static-eval.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"ff/latest",
|
|
"chrome/latest",
|
|
"opera/latest",
|
|
"safari/latest"
|
|
]
|
|
},
|
|
"version": "2.1.0"
|
|
}
|