package.json 1.5 KB

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