react-scripts
Version:
Configuration and scripts for Create React App.
94 lines (93 loc) • 2.28 kB
JSON
{
"_args": [
[
"recast@~0.9.11",
"/Users/dan/p/create-react-app/node_modules/es6-templates"
]
],
"_from": "recast@>=0.9.11 <0.10.0",
"_id": "recast@0.9.18",
"_inCache": true,
"_installable": true,
"_location": "/recast",
"_npmUser": {
"email": "bn@cs.stanford.edu",
"name": "benjamn"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {
"amdefine": "1.0.0"
},
"_requested": {
"name": "recast",
"raw": "recast@~0.9.11",
"rawSpec": "~0.9.11",
"scope": null,
"spec": ">=0.9.11 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/es6-templates"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.9.18.tgz",
"_shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",
"_shrinkwrap": null,
"_spec": "recast@~0.9.11",
"_where": "/Users/dan/p/create-react-app/node_modules/es6-templates",
"author": {
"email": "bn@cs.stanford.edu",
"name": "Ben Newman"
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "~0.6.1",
"esprima-fb": "~10001.1.0-dev-harmony-fb",
"private": "~0.1.5",
"source-map": "~0.1.40"
},
"description": "JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator",
"devDependencies": {
"mocha": "~1.21.0"
},
"directories": {},
"dist": {
"shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",
"tarball": "https://registry.npmjs.org/recast/-/recast-0.9.18.tgz"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"codegen",
"parsing",
"pretty-printing",
"refactoring",
"rewriting",
"syntax",
"transformation"
],
"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"
},
"version": "0.9.18"
}