package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "pacote",
  3. "version": "11.3.5",
  4. "description": "JavaScript package downloader",
  5. "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  6. "bin": {
  7. "pacote": "lib/bin.js"
  8. },
  9. "license": "ISC",
  10. "main": "lib/index.js",
  11. "scripts": {
  12. "test": "tap",
  13. "snap": "tap",
  14. "preversion": "npm test",
  15. "postversion": "npm publish",
  16. "prepublishOnly": "git push origin --follow-tags"
  17. },
  18. "tap": {
  19. "timeout": 300,
  20. "coverage-map": "map.js"
  21. },
  22. "devDependencies": {
  23. "mutate-fs": "^2.1.1",
  24. "npm-registry-mock": "^1.3.1",
  25. "tap": "^15.0.4"
  26. },
  27. "files": [
  28. "lib/**/*.js"
  29. ],
  30. "keywords": [
  31. "packages",
  32. "npm",
  33. "git"
  34. ],
  35. "dependencies": {
  36. "@npmcli/git": "^2.1.0",
  37. "@npmcli/installed-package-contents": "^1.0.6",
  38. "@npmcli/promise-spawn": "^1.2.0",
  39. "@npmcli/run-script": "^1.8.2",
  40. "cacache": "^15.0.5",
  41. "chownr": "^2.0.0",
  42. "fs-minipass": "^2.1.0",
  43. "infer-owner": "^1.0.4",
  44. "minipass": "^3.1.3",
  45. "mkdirp": "^1.0.3",
  46. "npm-package-arg": "^8.0.1",
  47. "npm-packlist": "^2.1.4",
  48. "npm-pick-manifest": "^6.0.0",
  49. "npm-registry-fetch": "^11.0.0",
  50. "promise-retry": "^2.0.1",
  51. "read-package-json-fast": "^2.0.1",
  52. "rimraf": "^3.0.2",
  53. "ssri": "^8.0.1",
  54. "tar": "^6.1.0"
  55. },
  56. "engines": {
  57. "node": ">=10"
  58. },
  59. "repository": "git@github.com:npm/pacote"
  60. }