package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "isexe@2.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  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. "/default-gateway/which",
  27. "/eslint/which",
  28. "/lint-staged/which",
  29. "/which"
  30. ],
  31. "_resolved": "https://registry.nlark.com/isexe/download/isexe-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/isexe/issues"
  41. },
  42. "description": "Minimal module to check if a file is executable.",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.1",
  45. "rimraf": "^2.5.0",
  46. "tap": "^10.3.0"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "homepage": "https://github.com/isaacs/isexe#readme",
  52. "keywords": [],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "isexe",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/isaacs/isexe.git"
  59. },
  60. "scripts": {
  61. "postpublish": "git push origin --all; git push origin --tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "test": "tap test/*.js --100"
  65. },
  66. "version": "2.0.0"
  67. }