package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "tar@^6.0.2",
  3. "_id": "tar@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
  6. "_location": "/tar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar@^6.0.2",
  12. "name": "tar",
  13. "escapedName": "tar",
  14. "rawSpec": "^6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cacache"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.0.tgz",
  22. "_shasum": "b14ce49a79cb1cd23bc9b016302dea5474493f73",
  23. "_spec": "tar@^6.0.2",
  24. "_where": "E:\\psy_web_share\\node_modules\\cacache",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/isaacs/node-tar/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "chownr": "^2.0.0",
  34. "fs-minipass": "^2.0.0",
  35. "minipass": "^5.0.0",
  36. "minizlib": "^2.1.1",
  37. "mkdirp": "^1.0.3",
  38. "yallist": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "tar for node",
  42. "devDependencies": {
  43. "@npmcli/eslint-config": "^4.0.0",
  44. "@npmcli/template-oss": "4.11.0",
  45. "chmodr": "^1.2.0",
  46. "end-of-stream": "^1.4.3",
  47. "events-to-array": "^2.0.3",
  48. "mutate-fs": "^2.1.1",
  49. "nock": "^13.2.9",
  50. "rimraf": "^3.0.2",
  51. "tap": "^16.0.1"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "files": [
  57. "bin/",
  58. "lib/",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/isaacs/node-tar#readme",
  62. "license": "ISC",
  63. "name": "tar",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/isaacs/node-tar.git"
  67. },
  68. "scripts": {
  69. "genparse": "node scripts/generate-parse-fixtures.js",
  70. "snap": "tap",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "coverage-map": "map.js",
  75. "timeout": 0,
  76. "nyc-arg": [
  77. "--exclude",
  78. "tap-snapshots/**"
  79. ]
  80. },
  81. "templateOSS": {
  82. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  83. "version": "4.11.0",
  84. "content": "scripts/template-oss",
  85. "engines": ">=10",
  86. "distPaths": [
  87. "index.js"
  88. ],
  89. "allowPaths": [
  90. "/index.js"
  91. ],
  92. "ciVersions": [
  93. "10.x",
  94. "12.x",
  95. "14.x",
  96. "16.x",
  97. "18.x"
  98. ]
  99. },
  100. "version": "6.2.0"
  101. }