source: trip-planner-front/node_modules/which/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.8 KB
Line 
1{
2 "_args": [
3 [
4 "which@1.3.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "which@1.3.1",
10 "_id": "which@1.3.1",
11 "_inBundle": false,
12 "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
13 "_location": "/which",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "which@1.3.1",
19 "name": "which",
20 "escapedName": "which",
21 "rawSpec": "1.3.1",
22 "saveSpec": null,
23 "fetchSpec": "1.3.1"
24 },
25 "_requiredBy": [
26 "/cross-spawn",
27 "/karma-chrome-launcher"
28 ],
29 "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
30 "_spec": "1.3.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Isaac Z. Schlueter",
34 "email": "i@izs.me",
35 "url": "http://blog.izs.me"
36 },
37 "bin": {
38 "which": "bin/which"
39 },
40 "bugs": {
41 "url": "https://github.com/isaacs/node-which/issues"
42 },
43 "dependencies": {
44 "isexe": "^2.0.0"
45 },
46 "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
47 "devDependencies": {
48 "mkdirp": "^0.5.0",
49 "rimraf": "^2.6.2",
50 "tap": "^12.0.1"
51 },
52 "files": [
53 "which.js",
54 "bin/which"
55 ],
56 "homepage": "https://github.com/isaacs/node-which#readme",
57 "license": "ISC",
58 "main": "which.js",
59 "name": "which",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/isaacs/node-which.git"
63 },
64 "scripts": {
65 "changelog": "bash gen-changelog.sh",
66 "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
67 "test": "tap test/*.js --cov"
68 },
69 "version": "1.3.1"
70}
Note: See TracBrowser for help on using the repository browser.