create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
113 lines (112 loc) • 2.78 kB
JSON
{
"_args": [
[
{
"raw": "envify@^3.0.0",
"scope": null,
"escapedName": "envify",
"name": "envify",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/react"
]
],
"_from": "envify@>=3.0.0 <4.0.0",
"_id": "envify@3.4.1",
"_inCache": true,
"_installable": true,
"_location": "/envify",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/envify-3.4.1.tgz_1466518045965_0.7085361916106194"
},
"_npmUser": {
"name": "zertosh",
"email": "zertosh@gmail.com"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"raw": "envify@^3.0.0",
"scope": null,
"escapedName": "envify",
"name": "envify",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/react"
],
"_resolved": "https://registry.npmjs.org/envify/-/envify-3.4.1.tgz",
"_shasum": "d7122329e8df1688ba771b12501917c9ce5cbce8",
"_shrinkwrap": null,
"_spec": "envify@^3.0.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/react",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughskennedy.com/"
},
"bin": {
"envify": "bin/envify"
},
"bugs": {
"url": "https://github.com/hughsk/envify/issues"
},
"dependencies": {
"jstransform": "^11.0.3",
"through": "~2.3.4"
},
"description": "Selectively replace Node-style environment variables with plain strings.",
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"directories": {},
"dist": {
"shasum": "d7122329e8df1688ba771b12501917c9ce5cbce8",
"tarball": "https://registry.npmjs.org/envify/-/envify-3.4.1.tgz"
},
"gitHead": "27a3dab340118cc3d8bbe82493cadc37ac929041",
"homepage": "https://github.com/hughsk/envify#readme",
"keywords": [
"environment",
"variables",
"browserify",
"browserify-transform",
"transform",
"source",
"configuration"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "hughsk",
"email": "hughskennedy@gmail.com"
},
{
"name": "yoshuawuyts",
"email": "i@yoshuawuyts.com"
},
{
"name": "zertosh",
"email": "zertosh@gmail.com"
}
],
"name": "envify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/envify.git"
},
"scripts": {
"test": "node test.js | tap-spec"
},
"version": "3.4.1"
}