package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "isexe@1.1.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isexe@1.1.2",
  10. "_id": "isexe@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA=",
  13. "_location": "/isexe",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "isexe@1.1.2",
  19. "name": "isexe",
  20. "escapedName": "isexe",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/which"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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": "^5.1.2"
  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. "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
  59. },
  60. "version": "1.1.2"
  61. }