package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "pacote",
  3. "version": "15.1.3",
  4. "description": "JavaScript package downloader",
  5. "author": "GitHub Inc.",
  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. "lint": "eslint \"**/*.js\"",
  15. "postlint": "template-oss-check",
  16. "lintfix": "npm run lint -- --fix",
  17. "posttest": "npm run lint",
  18. "template-oss-apply": "template-oss-apply --force"
  19. },
  20. "tap": {
  21. "timeout": 300,
  22. "nyc-arg": [
  23. "--exclude",
  24. "tap-snapshots/**"
  25. ]
  26. },
  27. "devDependencies": {
  28. "@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0",
  29. "@npmcli/eslint-config": "^4.0.0",
  30. "@npmcli/template-oss": "4.14.1",
  31. "hosted-git-info": "^6.0.0",
  32. "mutate-fs": "^2.1.1",
  33. "nock": "^13.2.4",
  34. "npm-registry-mock": "^1.3.2",
  35. "tap": "^16.0.1"
  36. },
  37. "files": [
  38. "bin/",
  39. "lib/"
  40. ],
  41. "keywords": [
  42. "packages",
  43. "npm",
  44. "git"
  45. ],
  46. "dependencies": {
  47. "@npmcli/git": "^4.0.0",
  48. "@npmcli/installed-package-contents": "^2.0.1",
  49. "@npmcli/promise-spawn": "^6.0.1",
  50. "@npmcli/run-script": "^6.0.0",
  51. "cacache": "^17.0.0",
  52. "fs-minipass": "^3.0.0",
  53. "minipass": "^5.0.0",
  54. "npm-package-arg": "^10.0.0",
  55. "npm-packlist": "^7.0.0",
  56. "npm-pick-manifest": "^8.0.0",
  57. "npm-registry-fetch": "^14.0.0",
  58. "proc-log": "^3.0.0",
  59. "promise-retry": "^2.0.1",
  60. "read-package-json": "^6.0.0",
  61. "read-package-json-fast": "^3.0.0",
  62. "sigstore": "^1.3.0",
  63. "ssri": "^10.0.0",
  64. "tar": "^6.1.11"
  65. },
  66. "engines": {
  67. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "https://github.com/npm/pacote.git"
  72. },
  73. "templateOSS": {
  74. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  75. "version": "4.14.1",
  76. "windowsCI": false,
  77. "publish": "true"
  78. }
  79. }