react-scripts
Version:
Configuration and scripts for Create React App.
109 lines (108 loc) • 2.73 kB
JSON
{
"_args": [
[
{
"raw": "ast-types@0.9.0",
"scope": null,
"escapedName": "ast-types",
"name": "ast-types",
"rawSpec": "0.9.0",
"spec": "0.9.0",
"type": "version"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/recast"
]
],
"_from": "ast-types@0.9.0",
"_id": "ast-types@0.9.0",
"_inCache": true,
"_location": "/ast-types",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/ast-types-0.9.0.tgz_1471291785480_0.317720920778811"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "ast-types@0.9.0",
"scope": null,
"escapedName": "ast-types",
"name": "ast-types",
"rawSpec": "0.9.0",
"spec": "0.9.0",
"type": "version"
},
"_requiredBy": [
"/recast"
],
"_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.0.tgz",
"_shasum": "c8721c8747ae4d5b29b929e99c5317b4e8745623",
"_shrinkwrap": null,
"_spec": "ast-types@0.9.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/recast",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/ast-types/issues"
},
"dependencies": {},
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",
"devDependencies": {
"babel-core": "^5.6.15",
"esprima": "~1.2.2",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"mocha": "~2.5.3"
},
"directories": {},
"dist": {
"shasum": "c8721c8747ae4d5b29b929e99c5317b4e8745623",
"tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "65fd5d3df4983e8aad083543614936c24a7eb93f",
"homepage": "http://github.com/benjamn/ast-types",
"keywords": [
"ast",
"abstract syntax tree",
"hierarchy",
"mozilla",
"spidermonkey",
"parser api",
"esprima",
"types",
"type system",
"type checking",
"dynamic types",
"parsing",
"transformation",
"syntax"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "ast-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/ast-types.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.9.0"
}