69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_from": "envify@^4.0.0",
|
|
"_id": "envify@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-85rT251oAbTmtHi2ECjT8LaBn34=",
|
|
"_location": "/envify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "envify@^4.0.0",
|
|
"name": "envify",
|
|
"escapedName": "envify",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/algoliasearch"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/envify/download/envify-4.1.0.tgz",
|
|
"_shasum": "f39ad3db9d6801b4e6b478b61028d3f0b6819f7e",
|
|
"_spec": "envify@^4.0.0",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\algoliasearch",
|
|
"author": {
|
|
"name": "Hugh Kennedy",
|
|
"email": "hughskennedy@gmail.com",
|
|
"url": "http://hughskennedy.com/"
|
|
},
|
|
"bin": {
|
|
"envify": "bin/envify"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hughsk/envify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"esprima": "^4.0.0",
|
|
"through": "~2.3.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Selectively replace Node-style environment variables with plain strings.",
|
|
"devDependencies": {
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"homepage": "https://github.com/hughsk/envify#readme",
|
|
"keywords": [
|
|
"environment",
|
|
"variables",
|
|
"browserify",
|
|
"browserify-transform",
|
|
"transform",
|
|
"source",
|
|
"configuration"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "envify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/envify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js | tap-spec"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|