Changeset 79a0317 for imaps-frontend/node_modules/loose-envify/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/loose-envify/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "loose-envify", 3 "version": "1.4.0", 2 "_from": "loose-envify@1.4.0", 3 "_id": "loose-envify@1.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 6 "_location": "/loose-envify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "loose-envify@1.4.0", 12 "name": "loose-envify", 13 "escapedName": "loose-envify", 14 "rawSpec": "1.4.0", 15 "saveSpec": null, 16 "fetchSpec": "1.4.0" 17 }, 18 "_requiredBy": [ 19 "/eslint-plugin-react/prop-types", 20 "/react", 21 "/react-dom", 22 "/scheduler" 23 ], 24 "_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 25 "_shasum": "71ee51fa7be4caec1a63839f7e682d8132d30caf", 26 "_spec": "loose-envify@1.4.0", 27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react/node_modules/prop-types", 28 "author": { 29 "name": "Andres Suarez", 30 "email": "zertosh@gmail.com" 31 }, 32 "bin": { 33 "loose-envify": "cli.js" 34 }, 35 "bugs": { 36 "url": "https://github.com/zertosh/loose-envify/issues" 37 }, 38 "bundleDependencies": false, 39 "dependencies": { 40 "js-tokens": "^3.0.0 || ^4.0.0" 41 }, 42 "deprecated": false, 4 43 "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST", 44 "devDependencies": { 45 "browserify": "^13.1.1", 46 "envify": "^3.4.0", 47 "tap": "^8.0.0" 48 }, 49 "homepage": "https://github.com/zertosh/loose-envify", 5 50 "keywords": [ 6 51 "environment", … … 12 57 "configuration" 13 58 ], 14 "homepage": "https://github.com/zertosh/loose-envify",15 59 "license": "MIT", 16 "author": "Andres Suarez <zertosh@gmail.com>",17 60 "main": "index.js", 18 "bin": { 19 "loose-envify": "cli.js" 20 }, 61 "name": "loose-envify", 21 62 "repository": { 22 63 "type": "git", … … 26 67 "test": "tap test/*.js" 27 68 }, 28 "dependencies": { 29 "js-tokens": "^3.0.0 || ^4.0.0" 30 }, 31 "devDependencies": { 32 "browserify": "^13.1.1", 33 "envify": "^3.4.0", 34 "tap": "^8.0.0" 35 } 69 "version": "1.4.0" 36 70 }
Note:
See TracChangeset
for help on using the changeset viewer.