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.

65 lines
1.6 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "isexe@2.0.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isexe@2.0.0",
  10. "_id": "isexe@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  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. "/default-gateway/which",
  27. "/which"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/isexe/issues"
  39. },
  40. "description": "Minimal module to check if a file is executable.",
  41. "devDependencies": {
  42. "mkdirp": "^0.5.1",
  43. "rimraf": "^2.5.0",
  44. "tap": "^10.3.0"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/isaacs/isexe#readme",
  50. "keywords": [],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "isexe",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/isaacs/isexe.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --100"
  63. },
  64. "version": "2.0.0"
  65. }