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/escope/package.json

96 lines
2.3 KiB
JSON

{
"_args": [
[
{
"raw": "escope@~0.0.13",
"scope": null,
"escapedName": "escope",
"name": "escope",
"rawSpec": "~0.0.13",
"spec": ">=0.0.13 <0.1.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/esrefactor"
]
],
"_from": "escope@>=0.0.13 <0.1.0",
"_id": "escope@0.0.16",
"_inCache": true,
"_location": "/escope",
"_npmUser": {
"name": "constellation",
"email": "utatane.tea@gmail.com"
},
"_npmVersion": "1.2.32",
"_phantomChildren": {},
"_requested": {
"raw": "escope@~0.0.13",
"scope": null,
"escapedName": "escope",
"name": "escope",
"rawSpec": "~0.0.13",
"spec": ">=0.0.13 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/esrefactor"
],
"_resolved": "https://registry.npmjs.org/escope/-/escope-0.0.16.tgz",
"_shasum": "418c7a0afca721dafe659193fd986283e746538f",
"_shrinkwrap": null,
"_spec": "escope@~0.0.13",
"_where": "/Users/MB/git/pdfkit/node_modules/esrefactor",
"bugs": {
"url": "https://github.com/Constellation/escope/issues"
},
"dependencies": {
"estraverse": ">= 0.0.2"
},
"description": "ECMAScript scope analyzer",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"esprima": "~1.0.3",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.3",
"grunt-mocha-test": "~0.6.3",
"jshint": "~1.1.0"
},
"directories": {},
"dist": {
"shasum": "418c7a0afca721dafe659193fd986283e746538f",
"tarball": "https://registry.npmjs.org/escope/-/escope-0.0.16.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "http://github.com/Constellation/escope.html",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/escope/raw/master/LICENSE.BSD"
}
],
"main": "escope.js",
"maintainers": [
{
"name": "constellation",
"email": "utatane.tea@gmail.com"
}
],
"name": "escope",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Constellation/escope.git"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt travis",
"unit-test": "grunt test"
},
"version": "0.0.16"
}