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

93 lines
2.3 KiB
JSON

{
"_args": [
[
{
"raw": "esutils@~1.0.0",
"scope": null,
"escapedName": "esutils",
"name": "esutils",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/escodegen"
]
],
"_from": "esutils@>=1.0.0 <1.1.0",
"_id": "esutils@1.0.0",
"_inCache": true,
"_location": "/esutils",
"_npmUser": {
"name": "constellation",
"email": "utatane.tea@gmail.com"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "esutils@~1.0.0",
"scope": null,
"escapedName": "esutils",
"name": "esutils",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/ast-transform/escodegen",
"/detective/escodegen"
],
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz",
"_shasum": "8151d358e20c8acc7fb745e7472c0025fe496570",
"_shrinkwrap": null,
"_spec": "esutils@~1.0.0",
"_where": "/Users/MB/git/pdfkit/node_modules/escodegen",
"bugs": {
"url": "https://github.com/Constellation/esutils/issues"
},
"dependencies": {},
"description": "utility box for ECMAScript language tools",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"jshint": "2.1.5",
"mocha": "~1.12.0"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "8151d358e20c8acc7fb745e7472c0025fe496570",
"tarball": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/Constellation/esutils",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
}
],
"main": "lib/utils.js",
"maintainers": [
{
"name": "constellation",
"email": "utatane.tea@gmail.com"
}
],
"name": "esutils",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Constellation/esutils.git"
},
"scripts": {
"lint": "jshint lib/*.js",
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script -R spec"
},
"version": "1.0.0"
}