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/path-key/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "path-key",
    3         "version": "3.1.1",
    4         "description": "Get the PATH environment variable key cross-platform",
    5         "license": "MIT",
    6         "repository": "sindresorhus/path-key",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "path",
    24                 "key",
    25                 "environment",
    26                 "env",
    27                 "variable",
    28                 "var",
    29                 "get",
    30                 "cross-platform",
    31                 "windows"
    32         ],
    33         "devDependencies": {
    34                 "@types/node": "^11.13.0",
    35                 "ava": "^1.4.1",
    36                 "tsd": "^0.7.2",
    37                 "xo": "^0.24.0"
    38         }
     2  "_from": "path-key@^3.1.0",
     3  "_id": "path-key@3.1.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
     6  "_location": "/path-key",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "path-key@^3.1.0",
     12    "name": "path-key",
     13    "escapedName": "path-key",
     14    "rawSpec": "^3.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^3.1.0"
     17  },
     18  "_requiredBy": [
     19    "/cross-spawn"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
     22  "_shasum": "581f6ade658cbba65a0d3380de7753295054f375",
     23  "_spec": "path-key@^3.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/cross-spawn",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "sindresorhus.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/sindresorhus/path-key/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "Get the PATH environment variable key cross-platform",
     36  "devDependencies": {
     37    "@types/node": "^11.13.0",
     38    "ava": "^1.4.1",
     39    "tsd": "^0.7.2",
     40    "xo": "^0.24.0"
     41  },
     42  "engines": {
     43    "node": ">=8"
     44  },
     45  "files": [
     46    "index.js",
     47    "index.d.ts"
     48  ],
     49  "homepage": "https://github.com/sindresorhus/path-key#readme",
     50  "keywords": [
     51    "path",
     52    "key",
     53    "environment",
     54    "env",
     55    "variable",
     56    "var",
     57    "get",
     58    "cross-platform",
     59    "windows"
     60  ],
     61  "license": "MIT",
     62  "name": "path-key",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/sindresorhus/path-key.git"
     66  },
     67  "scripts": {
     68    "test": "xo && ava && tsd"
     69  },
     70  "version": "3.1.1"
    3971}
Note: See TracChangeset for help on using the changeset viewer.