package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "isexe@^1.1.1",
  6. "scope": null,
  7. "escapedName": "isexe",
  8. "name": "isexe",
  9. "rawSpec": "^1.1.1",
  10. "spec": ">=1.1.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/which"
  14. ]
  15. ],
  16. "_from": "isexe@>=1.1.1 <2.0.0",
  17. "_id": "isexe@1.1.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/isexe",
  21. "_nodeVersion": "4.0.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-9-west.internal.npmjs.com",
  24. "tmp": "tmp/isexe-1.1.2.tgz_1454992795963_0.7608721863944083"
  25. },
  26. "_npmUser": {
  27. "name": "isaacs",
  28. "email": "i@izs.me"
  29. },
  30. "_npmVersion": "3.7.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "isexe@^1.1.1",
  34. "scope": null,
  35. "escapedName": "isexe",
  36. "name": "isexe",
  37. "rawSpec": "^1.1.1",
  38. "spec": ">=1.1.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/which"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
  45. "_shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
  46. "_shrinkwrap": null,
  47. "_spec": "isexe@^1.1.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/which",
  49. "author": {
  50. "name": "Isaac Z. Schlueter",
  51. "email": "i@izs.me",
  52. "url": "http://blog.izs.me/"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/isaacs/isexe/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Minimal module to check if a file is executable.",
  59. "devDependencies": {
  60. "mkdirp": "^0.5.1",
  61. "rimraf": "^2.5.0",
  62. "tap": "^5.1.2"
  63. },
  64. "directories": {
  65. "test": "test"
  66. },
  67. "dist": {
  68. "shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
  69. "tarball": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
  70. },
  71. "gitHead": "1882eed72c2ba152f4dd1336d857b0755ae306d9",
  72. "homepage": "https://github.com/isaacs/isexe#readme",
  73. "keywords": [],
  74. "license": "ISC",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "isaacs",
  79. "email": "i@izs.me"
  80. }
  81. ],
  82. "name": "isexe",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/isaacs/isexe.git"
  88. },
  89. "scripts": {
  90. "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
  91. },
  92. "version": "1.1.2"
  93. }