package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  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. "/default-gateway/which",
  20. "/eslint/which",
  21. "/lint-staged/which",
  22. "/which"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  25. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  26. "_spec": "isexe@^2.0.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\which",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/isexe/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Minimal module to check if a file is executable.",
  39. "devDependencies": {
  40. "mkdirp": "^0.5.1",
  41. "rimraf": "^2.5.0",
  42. "tap": "^10.3.0"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/isaacs/isexe#readme",
  48. "keywords": [],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "isexe",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/isaacs/isexe.git"
  55. },
  56. "scripts": {
  57. "postpublish": "git push origin --all; git push origin --tags",
  58. "postversion": "npm publish",
  59. "preversion": "npm test",
  60. "test": "tap test/*.js --100"
  61. },
  62. "version": "2.0.0"
  63. }