Website/node_modules/escodegen/package.json

113 lines
2.8 KiB
JSON

{
"_args": [
[
"escodegen@^1.6.1",
"/Users/okennedy/Documents/Website/node_modules/jsdom"
]
],
"_from": "escodegen@>=1.6.1 <2.0.0",
"_id": "escodegen@1.7.1",
"_inCache": true,
"_installable": true,
"_location": "/escodegen",
"_nodeVersion": "4.2.2",
"_npmUser": {
"email": "npm@michael.ficarra.me",
"name": "michaelficarra"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {
"amdefine": "1.0.0"
},
"_requested": {
"name": "escodegen",
"raw": "escodegen@^1.6.1",
"rawSpec": "^1.6.1",
"scope": null,
"spec": ">=1.6.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.7.1.tgz",
"_shasum": "30ecfcf66ca98dc67cd2fd162abeb6eafa8ce6fc",
"_shrinkwrap": null,
"_spec": "escodegen@^1.6.1",
"_where": "/Users/okennedy/Documents/Website/node_modules/jsdom",
"bin": {
"escodegen": "./bin/escodegen.js",
"esgenerate": "./bin/esgenerate.js"
},
"bugs": {
"url": "https://github.com/estools/escodegen/issues"
},
"dependencies": {
"esprima": "^1.2.2",
"estraverse": "^1.9.1",
"esutils": "^2.0.2",
"optionator": "^0.5.0",
"source-map": "~0.2.0"
},
"description": "ECMAScript code generator",
"devDependencies": {
"acorn-6to5": "^0.11.1-25",
"bluebird": "^2.3.11",
"bower-registry-client": "^0.2.1",
"chai": "^1.10.0",
"commonjs-everywhere": "^0.9.7",
"gulp": "^3.8.10",
"gulp-eslint": "^0.2.0",
"gulp-mocha": "^2.0.0",
"semver": "^5.1.0"
},
"directories": {},
"dist": {
"shasum": "30ecfcf66ca98dc67cd2fd162abeb6eafa8ce6fc",
"tarball": "http://registry.npmjs.org/escodegen/-/escodegen-1.7.1.tgz"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"LICENSE.BSD",
"LICENSE.source-map",
"README.md",
"bin",
"escodegen.js",
"package.json"
],
"gitHead": "f48fa71ce638ec32943c42c2377a08cefe9d8576",
"homepage": "http://github.com/estools/escodegen",
"license": "BSD-2-Clause",
"main": "escodegen.js",
"maintainers": [
{
"name": "constellation",
"email": "utatane.tea@gmail.com"
},
{
"name": "michaelficarra",
"email": "npm@michael.ficarra.me"
}
],
"name": "escodegen",
"optionalDependencies": {
"source-map": "~0.2.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/estools/escodegen.git"
},
"scripts": {
"build": "cjsify -a path: tools/entry-point.js > escodegen.browser.js",
"build-min": "cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
"lint": "gulp lint",
"release": "node tools/release.js",
"test": "gulp travis",
"unit-test": "gulp test"
},
"version": "1.7.1"
}