package.json 1.5 KB

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