source: imaps-frontend/node_modules/path-key/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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"
71}
Note: See TracBrowser for help on using the repository browser.