react-scripts
Version:
Configuration and scripts for Create React App.
103 lines (102 loc) • 2.69 kB
JSON
{
"_args": [
[
"recast@~0.11.12",
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/es6-templates"
]
],
"_from": "recast@>=0.11.12 <0.12.0",
"_id": "recast@0.11.12",
"_inCache": true,
"_installable": true,
"_location": "/recast",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/recast-0.11.12.tgz_1471294233443_0.7245700098574162"
},
"_npmUser": {
"email": "bn@cs.stanford.edu",
"name": "benjamn"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"name": "recast",
"raw": "recast@~0.11.12",
"rawSpec": "~0.11.12",
"scope": null,
"spec": ">=0.11.12 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/es6-templates"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.11.12.tgz",
"_shasum": "a79e4d3f82d5d72a82ee177aeaa791e793bbe5d6",
"_shrinkwrap": null,
"_spec": "recast@~0.11.12",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/es6-templates",
"author": {
"email": "bn@cs.stanford.edu",
"name": "Ben Newman"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "0.9.0",
"esprima": "~2.7.1",
"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.8.0",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"mocha": "~3.0.1"
},
"directories": {},
"dist": {
"shasum": "a79e4d3f82d5d72a82ee177aeaa791e793bbe5d6",
"tarball": "https://registry.npmjs.org/recast/-/recast-0.11.12.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "127ff651a3d2b728b43d382be65a8932f03d9b58",
"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 --full-trace"
},
"version": "0.11.12"
}