react-scripts
Version:
Configuration and scripts for Create React App.
102 lines (101 loc) • 2.64 kB
JSON
{
"_args": [
[
{
"raw": "redeyed@~1.0.0",
"scope": null,
"escapedName": "redeyed",
"name": "redeyed",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cardinal"
]
],
"_from": "redeyed@>=1.0.0 <1.1.0",
"_id": "redeyed@1.0.0",
"_inCache": true,
"_location": "/redeyed",
"_nodeVersion": "4.4.6",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/redeyed-1.0.0.tgz_1472153575357_0.28198918933048844"
},
"_npmUser": {
"name": "thlorenz",
"email": "thlorenz@gmx.de"
},
"_npmVersion": "2.15.6",
"_phantomChildren": {},
"_requested": {
"raw": "redeyed@~1.0.0",
"scope": null,
"escapedName": "redeyed",
"name": "redeyed",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/cardinal"
],
"_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.0.tgz",
"_shasum": "6ce25045c9e1f9b28c0ae73ce2960c8cb48184b1",
"_shrinkwrap": null,
"_spec": "redeyed@~1.0.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cardinal",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/redeyed/issues"
},
"dependencies": {
"esprima": "~2.7.0"
},
"description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
"devDependencies": {
"cardinal": "~0.4.4",
"readdirp": "~0.3.3",
"tap": "~5.7.0"
},
"directories": {},
"dist": {
"shasum": "6ce25045c9e1f9b28c0ae73ce2960c8cb48184b1",
"tarball": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.0.tgz"
},
"gitHead": "a0403ae3fab2bfa0ef949ddc4a18eaf64ab0dff4",
"homepage": "https://github.com/thlorenz/redeyed#readme",
"keywords": [
"ast",
"syntax",
"tree",
"source",
"wrap",
"metadata"
],
"license": "MIT",
"main": "redeyed.js",
"maintainers": [
{
"name": "thlorenz",
"email": "thlorenz@gmx.de"
}
],
"name": "redeyed",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/redeyed.git"
},
"scripts": {
"demo": "cd examples/browser; open index.html",
"demo-log": "node examples/replace-log",
"test": "tap test/*.js"
},
"version": "1.0.0"
}