react-scripts
Version:
Configuration and scripts for Create React App.
111 lines (110 loc) • 2.89 kB
JSON
{
"_args": [
[
{
"raw": "recast@~0.11.12",
"scope": null,
"escapedName": "recast",
"name": "recast",
"rawSpec": "~0.11.12",
"spec": ">=0.11.12 <0.12.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/es6-templates"
]
],
"_from": "recast@>=0.11.12 <0.12.0",
"_id": "recast@0.11.14",
"_inCache": true,
"_location": "/recast",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/recast-0.11.14.tgz_1473698150606_0.10585225862450898"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "recast@~0.11.12",
"scope": null,
"escapedName": "recast",
"name": "recast",
"rawSpec": "~0.11.12",
"spec": ">=0.11.12 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/es6-templates"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.11.14.tgz",
"_shasum": "3ba11420f9403c66e397c045ce4fe951a56eecb1",
"_shrinkwrap": null,
"_spec": "recast@~0.11.12",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/es6-templates",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "0.9.0",
"esprima": "~3.0.0",
"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.9.1",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"mocha": "~3.0.1"
},
"directories": {},
"dist": {
"shasum": "3ba11420f9403c66e397c045ce4fe951a56eecb1",
"tarball": "https://registry.npmjs.org/recast/-/recast-0.11.14.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "3a0de50f404cd75db5a8a7c34ff1102270d9de82",
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"rewriting",
"refactoring",
"codegen",
"syntax",
"transformation",
"parsing",
"pretty-printing"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"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.11.14"
}