Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/loose-envify/package.json

    r0c6b92a r79a0317  
    11{
    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,
    443  "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",
    550  "keywords": [
    651    "environment",
     
    1257    "configuration"
    1358  ],
    14   "homepage": "https://github.com/zertosh/loose-envify",
    1559  "license": "MIT",
    16   "author": "Andres Suarez <zertosh@gmail.com>",
    1760  "main": "index.js",
    18   "bin": {
    19     "loose-envify": "cli.js"
    20   },
     61  "name": "loose-envify",
    2162  "repository": {
    2263    "type": "git",
     
    2667    "test": "tap test/*.js"
    2768  },
    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"
    3670}
Note: See TracChangeset for help on using the changeset viewer.