Changeset 79a0317 for imaps-frontend/node_modules/isexe/package.json
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/isexe/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "isexe", 3 "version": "2.0.0", 2 "_from": "isexe@^2.0.0", 3 "_id": "isexe@2.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 6 "_location": "/isexe", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "isexe@^2.0.0", 12 "name": "isexe", 13 "escapedName": "isexe", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/which" 20 ], 21 "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 22 "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10", 23 "_spec": "isexe@^2.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 29 }, 30 "bugs": { 31 "url": "https://github.com/isaacs/isexe/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 4 35 "description": "Minimal module to check if a file is executable.", 5 "main": "index.js",6 "directories": {7 "test": "test"8 },9 36 "devDependencies": { 10 37 "mkdirp": "^0.5.1", … … 12 39 "tap": "^10.3.0" 13 40 }, 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" 41 "directories": { 42 "test": "test" 19 43 }, 20 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 44 "homepage": "https://github.com/isaacs/isexe#readme", 45 "keywords": [], 21 46 "license": "ISC", 47 "main": "index.js", 48 "name": "isexe", 22 49 "repository": { 23 50 "type": "git", 24 51 "url": "git+https://github.com/isaacs/isexe.git" 25 52 }, 26 "keywords": [], 27 "bugs": { 28 "url": "https://github.com/isaacs/isexe/issues" 53 "scripts": { 54 "postpublish": "git push origin --all; git push origin --tags", 55 "postversion": "npm publish", 56 "preversion": "npm test", 57 "test": "tap test/*.js --100" 29 58 }, 30 " homepage": "https://github.com/isaacs/isexe#readme"59 "version": "2.0.0" 31 60 }
Note:
See TracChangeset
for help on using the changeset viewer.