package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "isexe@2.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isexe@2.0.0",
  10. "_id": "isexe@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  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. "/which"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/mac/projects/mime/mine",
  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. },
  41. "description": "Minimal module to check if a file is executable.",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.1",
  44. "rimraf": "^2.5.0",
  45. "tap": "^10.3.0"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "homepage": "https://github.com/isaacs/isexe#readme",
  51. "keywords": [],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "isexe",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/isaacs/isexe.git"
  58. },
  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"
  64. },
  65. "version": "2.0.0"
  66. }