source: imaps-frontend/node_modules/loose-envify/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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,
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",
50 "keywords": [
51 "environment",
52 "variables",
53 "browserify",
54 "browserify-transform",
55 "transform",
56 "source",
57 "configuration"
58 ],
59 "license": "MIT",
60 "main": "index.js",
61 "name": "loose-envify",
62 "repository": {
63 "type": "git",
64 "url": "git://github.com/zertosh/loose-envify.git"
65 },
66 "scripts": {
67 "test": "tap test/*.js"
68 },
69 "version": "1.4.0"
70}
Note: See TracBrowser for help on using the repository browser.