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

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "which@^2.0.1",
3 "_id": "which@2.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
6 "_location": "/which",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "which@^2.0.1",
12 "name": "which",
13 "escapedName": "which",
14 "rawSpec": "^2.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.1"
17 },
18 "_requiredBy": [
19 "/cross-spawn"
20 ],
21 "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
22 "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
23 "_spec": "which@^2.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/cross-spawn",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me"
29 },
30 "bin": {
31 "node-which": "bin/node-which"
32 },
33 "bugs": {
34 "url": "https://github.com/isaacs/node-which/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "isexe": "^2.0.0"
39 },
40 "deprecated": false,
41 "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
42 "devDependencies": {
43 "mkdirp": "^0.5.0",
44 "rimraf": "^2.6.2",
45 "tap": "^14.6.9"
46 },
47 "engines": {
48 "node": ">= 8"
49 },
50 "files": [
51 "which.js",
52 "bin/node-which"
53 ],
54 "homepage": "https://github.com/isaacs/node-which#readme",
55 "license": "ISC",
56 "main": "which.js",
57 "name": "which",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/isaacs/node-which.git"
61 },
62 "scripts": {
63 "changelog": "git add CHANGELOG.md",
64 "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
65 "postpublish": "git push origin --follow-tags",
66 "postversion": "npm publish",
67 "prechangelog": "bash gen-changelog.sh",
68 "prepublish": "npm run changelog",
69 "preversion": "npm test",
70 "test": "tap"
71 },
72 "tap": {
73 "check-coverage": true
74 },
75 "version": "2.0.2"
76}
Note: See TracBrowser for help on using the repository browser.