You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
67 lines
1.7 KiB
{ |
|
"_from": "loose-envify@^1.0.0", |
|
"_id": "loose-envify@1.4.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", |
|
"_location": "/loose-envify", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "loose-envify@^1.0.0", |
|
"name": "loose-envify", |
|
"escapedName": "loose-envify", |
|
"rawSpec": "^1.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^1.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/invariant" |
|
], |
|
"_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", |
|
"_shasum": "71ee51fa7be4caec1a63839f7e682d8132d30caf", |
|
"_spec": "loose-envify@^1.0.0", |
|
"_where": "/home/rudi/Personal/disgord-Thanos/node_modules/invariant", |
|
"author": { |
|
"name": "Andres Suarez", |
|
"email": "zertosh@gmail.com" |
|
}, |
|
"bin": { |
|
"loose-envify": "cli.js" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/zertosh/loose-envify/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"js-tokens": "^3.0.0 || ^4.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST", |
|
"devDependencies": { |
|
"browserify": "^13.1.1", |
|
"envify": "^3.4.0", |
|
"tap": "^8.0.0" |
|
}, |
|
"homepage": "https://github.com/zertosh/loose-envify", |
|
"keywords": [ |
|
"environment", |
|
"variables", |
|
"browserify", |
|
"browserify-transform", |
|
"transform", |
|
"source", |
|
"configuration" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "loose-envify", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/zertosh/loose-envify.git" |
|
}, |
|
"scripts": { |
|
"test": "tap test/*.js" |
|
}, |
|
"version": "1.4.0" |
|
}
|
|
|