Changeset 59329aa for trip-planner-front/node_modules/isexe/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/isexe/package.json
rceaed42 r59329aa 1 1 { 2 "name": "isexe", 3 "version": "2.0.0", 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 }, 4 41 "description": "Minimal module to check if a file is executable.", 5 "main": "index.js",6 "directories": {7 "test": "test"8 },9 42 "devDependencies": { 10 43 "mkdirp": "^0.5.1", … … 12 45 "tap": "^10.3.0" 13 46 }, 14 "scripts": { 15 "test": "tap test/*.js --100", 16 "preversion": "npm test", 17 "postversion": "npm publish", 18 "postpublish": "git push origin --all; git push origin --tags" 47 "directories": { 48 "test": "test" 19 49 }, 20 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 50 "homepage": "https://github.com/isaacs/isexe#readme", 51 "keywords": [], 21 52 "license": "ISC", 53 "main": "index.js", 54 "name": "isexe", 22 55 "repository": { 23 56 "type": "git", 24 57 "url": "git+https://github.com/isaacs/isexe.git" 25 58 }, 26 "keywords": [], 27 "bugs": { 28 "url": "https://github.com/isaacs/isexe/issues" 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" 29 64 }, 30 " homepage": "https://github.com/isaacs/isexe#readme"65 "version": "2.0.0" 31 66 }
Note:
See TracChangeset
for help on using the changeset viewer.