package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "/eslint/which",
  20. "/jest-changed-files/which",
  21. "/node-notifier/which",
  22. "/react-dev-utils/which",
  23. "/which"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  26. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  27. "_spec": "isexe@^2.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\which",
  29. "author": {
  30. "name": "Isaac Z. Schlueter",
  31. "email": "i@izs.me",
  32. "url": "http://blog.izs.me/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/isexe/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  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. }