package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "/@vue/cli-plugin-eslint/which",
  20. "/@vue/cli-plugin-unit-jest/which",
  21. "/@vue/cli-plugin-unit-mocha/which",
  22. "/@vue/cli-service/default-gateway/which",
  23. "/@vue/cli-service/which",
  24. "/@vue/cli-shared-utils/which",
  25. "/clipboardy/which",
  26. "/internal-ip/which",
  27. "/jest/which",
  28. "/lint-staged/which",
  29. "/node-notifier/which",
  30. "/npm-path/which",
  31. "/npm-which/which",
  32. "/os-locale/which",
  33. "/which",
  34. "/yorkie/which"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  37. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  38. "_spec": "isexe@^2.0.0",
  39. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\which",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/isexe/issues"
  47. },
  48. "bundleDependencies": false,
  49. "deprecated": false,
  50. "description": "Minimal module to check if a file is executable.",
  51. "devDependencies": {
  52. "mkdirp": "^0.5.1",
  53. "rimraf": "^2.5.0",
  54. "tap": "^10.3.0"
  55. },
  56. "directories": {
  57. "test": "test"
  58. },
  59. "homepage": "https://github.com/isaacs/isexe#readme",
  60. "keywords": [],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "isexe",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/isaacs/isexe.git"
  67. },
  68. "scripts": {
  69. "postpublish": "git push origin --all; git push origin --tags",
  70. "postversion": "npm publish",
  71. "preversion": "npm test",
  72. "test": "tap test/*.js --100"
  73. },
  74. "version": "2.0.0"
  75. }