source: trip-planner-front/node_modules/isexe/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "isexe@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "isexe@2.0.0",
10 "_id": "isexe@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
13 "_location": "/isexe",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "isexe@2.0.0",
19 "name": "isexe",
20 "escapedName": "isexe",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/@npmcli/git/which",
27 "/node-gyp/which",
28 "/which"
29 ],
30 "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
31 "_spec": "2.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Isaac Z. Schlueter",
35 "email": "i@izs.me",
36 "url": "http://blog.izs.me/"
37 },
38 "bugs": {
39 "url": "https://github.com/isaacs/isexe/issues"
40 },
41 "description": "Minimal module to check if a file is executable.",
42 "devDependencies": {
43 "mkdirp": "^0.5.1",
44 "rimraf": "^2.5.0",
45 "tap": "^10.3.0"
46 },
47 "directories": {
48 "test": "test"
49 },
50 "homepage": "https://github.com/isaacs/isexe#readme",
51 "keywords": [],
52 "license": "ISC",
53 "main": "index.js",
54 "name": "isexe",
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/isaacs/isexe.git"
58 },
59 "scripts": {
60 "postpublish": "git push origin --all; git push origin --tags",
61 "postversion": "npm publish",
62 "preversion": "npm test",
63 "test": "tap test/*.js --100"
64 },
65 "version": "2.0.0"
66}
Note: See TracBrowser for help on using the repository browser.