package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "tar@^6.0.2",
  3. "_id": "tar@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
  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.npmjs.org/tar/-/tar-6.1.0.tgz",
  22. "_shasum": "d1724e9bcc04b977b18d5c573b333a2207229a83",
  23. "_spec": "tar@^6.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/node-tar/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "chownr": "^2.0.0",
  36. "fs-minipass": "^2.0.0",
  37. "minipass": "^3.0.0",
  38. "minizlib": "^2.1.1",
  39. "mkdirp": "^1.0.3",
  40. "yallist": "^4.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "tar for node",
  44. "devDependencies": {
  45. "chmodr": "^1.2.0",
  46. "end-of-stream": "^1.4.3",
  47. "eslint": "^7.17.0",
  48. "eslint-plugin-import": "^2.22.1",
  49. "eslint-plugin-node": "^11.1.0",
  50. "eslint-plugin-promise": "^4.2.1",
  51. "eslint-plugin-standard": "^5.0.0",
  52. "events-to-array": "^1.1.2",
  53. "mutate-fs": "^2.1.1",
  54. "rimraf": "^2.7.1",
  55. "tap": "^14.9.2",
  56. "tar-fs": "^1.16.3",
  57. "tar-stream": "^1.6.2"
  58. },
  59. "engines": {
  60. "node": ">= 10"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib/*.js"
  65. ],
  66. "homepage": "https://github.com/npm/node-tar#readme",
  67. "license": "ISC",
  68. "name": "tar",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/npm/node-tar.git"
  72. },
  73. "scripts": {
  74. "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
  75. "eslint": "eslint",
  76. "genparse": "node scripts/generate-parse-fixtures.js",
  77. "lint": "npm run eslint -- test lib",
  78. "lintfix": "npm run lint -- --fix",
  79. "posttest": "npm run lint",
  80. "postversion": "npm publish",
  81. "prepublishOnly": "git push origin --follow-tags",
  82. "preversion": "npm test",
  83. "test": "tap"
  84. },
  85. "tap": {
  86. "coverage-map": "map.js",
  87. "check-coverage": true
  88. },
  89. "version": "6.1.0"
  90. }