d2-ui
Version:
98 lines (97 loc) • 2.43 kB
JSON
{
"_args": [
[
"recast@^0.10.0",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/commoner"
]
],
"_from": "recast@>=0.10.0 <0.11.0",
"_id": "recast@0.10.43",
"_inCache": true,
"_installable": true,
"_location": "/recast",
"_nodeVersion": "4.2.4",
"_npmUser": {
"email": "bn@cs.stanford.edu",
"name": "benjamn"
},
"_npmVersion": "3.3.9",
"_phantomChildren": {},
"_requested": {
"name": "recast",
"raw": "recast@^0.10.0",
"rawSpec": "^0.10.0",
"scope": null,
"spec": ">=0.10.0 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/commoner"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.10.43.tgz",
"_shasum": "b95d50f6d60761a5f6252e15d80678168491ce7f",
"_shrinkwrap": null,
"_spec": "recast@^0.10.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/commoner",
"author": {
"email": "bn@cs.stanford.edu",
"name": "Ben Newman"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "0.8.15",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"private": "~0.1.5",
"source-map": "~0.5.0"
},
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
"devDependencies": {
"babylon": "~6.4.2",
"mocha": "~2.2.5"
},
"directories": {},
"dist": {
"shasum": "b95d50f6d60761a5f6252e15d80678168491ce7f",
"tarball": "https://registry.npmjs.org/recast/-/recast-0.10.43.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "3382ae500b135873709e313add04ce8fe79be20d",
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"rewriting",
"refactoring",
"codegen",
"syntax",
"transformation",
"parsing",
"pretty-printing"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"email": "bn@cs.stanford.edu",
"name": "benjamn"
}
],
"name": "recast",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/recast.git"
},
"scripts": {
"debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
"test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
},
"version": "0.10.43"
}