source: trip-planner-front/node_modules/path-key/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "path-key@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "path-key@2.0.1",
10 "_id": "path-key@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
13 "_location": "/path-key",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "path-key@2.0.1",
19 "name": "path-key",
20 "escapedName": "path-key",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/cross-spawn",
27 "/npm-run-path"
28 ],
29 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
30 "_spec": "2.0.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/path-key/issues"
39 },
40 "description": "Get the PATH environment variable key cross-platform",
41 "devDependencies": {
42 "ava": "*",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/sindresorhus/path-key#readme",
52 "keywords": [
53 "path",
54 "key",
55 "environment",
56 "env",
57 "variable",
58 "var",
59 "get",
60 "cross-platform",
61 "windows"
62 ],
63 "license": "MIT",
64 "name": "path-key",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/path-key.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "2.0.1",
73 "xo": {
74 "esnext": true
75 }
76}
Note: See TracBrowser for help on using the repository browser.