You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "isexe@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/which"
  6. ]
  7. ],
  8. "_from": "isexe@>=2.0.0 <3.0.0",
  9. "_id": "isexe@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/isexe",
  13. "_nodeVersion": "8.0.0-pre",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/isexe-2.0.0.tgz_1490230396126_0.8949183595832437"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "4.4.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "isexe",
  26. "raw": "isexe@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/which"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  36. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  37. "_shrinkwrap": null,
  38. "_spec": "isexe@^2.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/which",
  40. "author": {
  41. "email": "i@izs.me",
  42. "name": "Isaac Z. Schlueter",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/isexe/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Minimal module to check if a file is executable.",
  50. "devDependencies": {
  51. "mkdirp": "^0.5.1",
  52. "rimraf": "^2.5.0",
  53. "tap": "^10.3.0"
  54. },
  55. "directories": {
  56. "test": "test"
  57. },
  58. "dist": {
  59. "shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  60. "tarball": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
  61. },
  62. "gitHead": "10f8be491aab2e158c7e20df64a7f90ab5b5475c",
  63. "homepage": "https://github.com/isaacs/isexe#readme",
  64. "keywords": [],
  65. "license": "ISC",
  66. "main": "index.js",
  67. "maintainers": [
  68. {
  69. "name": "isaacs",
  70. "email": "i@izs.me"
  71. }
  72. ],
  73. "name": "isexe",
  74. "optionalDependencies": {},
  75. "readme": "ERROR: No README data found!",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/isaacs/isexe.git"
  79. },
  80. "scripts": {
  81. "postpublish": "git push origin --all; git push origin --tags",
  82. "postversion": "npm publish",
  83. "preversion": "npm test",
  84. "test": "tap test/*.js --100"
  85. },
  86. "version": "2.0.0"
  87. }