You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/static-eval/package.json

111 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "static-eval@~0.2.0",
"scope": null,
"escapedName": "static-eval",
"name": "static-eval",
"rawSpec": "~0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"/Users/MB/git/pitfall/pdfkit/node_modules/static-module"
]
],
"_from": "static-eval@>=0.2.0 <0.3.0",
"_id": "static-eval@0.2.4",
"_inCache": true,
"_location": "/static-eval",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {
"esprima": "1.0.4",
"source-map": "0.1.43"
},
"_requested": {
"raw": "static-eval@~0.2.0",
"scope": null,
"escapedName": "static-eval",
"name": "static-eval",
"rawSpec": "~0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/static-module"
],
"_resolved": "https://registry.npmjs.org/static-eval/-/static-eval-0.2.4.tgz",
"_shasum": "b7d34d838937b969f9641ca07d48f8ede263ea7b",
"_shrinkwrap": null,
"_spec": "static-eval@~0.2.0",
"_where": "/Users/MB/git/pitfall/pdfkit/node_modules/static-module",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/static-eval/issues"
},
"dependencies": {
"escodegen": "~0.0.24"
},
"description": "evaluate statically-analyzable expressions",
"devDependencies": {
"esprima": "~1.0.3",
"tape": "~1.0.4"
},
"directories": {},
"dist": {
"shasum": "b7d34d838937b969f9641ca07d48f8ede263ea7b",
"tarball": "https://registry.npmjs.org/static-eval/-/static-eval-0.2.4.tgz"
},
"gitHead": "5c1828fc85b5f040374ab914dcffa23e6c14d315",
"homepage": "https://github.com/substack/static-eval",
"keywords": [
"static",
"eval",
"expression",
"esprima",
"ast",
"abstract",
"syntax",
"tree",
"analysis"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "static-eval",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/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": "0.2.4"
}