package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "tar@6.1.11",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tar@6.1.11",
  10. "_id": "tar@6.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
  13. "_location": "/tar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tar@6.1.11",
  19. "name": "tar",
  20. "escapedName": "tar",
  21. "rawSpec": "6.1.11",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.11"
  24. },
  25. "_requiredBy": [
  26. "/compression-webpack-plugin/cacache"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tar/-/tar-6.1.11.tgz",
  29. "_spec": "6.1.11",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/node-tar/issues"
  38. },
  39. "dependencies": {
  40. "chownr": "^2.0.0",
  41. "fs-minipass": "^2.0.0",
  42. "minipass": "^3.0.0",
  43. "minizlib": "^2.1.1",
  44. "mkdirp": "^1.0.3",
  45. "yallist": "^4.0.0"
  46. },
  47. "description": "tar for node",
  48. "devDependencies": {
  49. "chmodr": "^1.2.0",
  50. "end-of-stream": "^1.4.3",
  51. "eslint": "^7.17.0",
  52. "eslint-plugin-import": "^2.22.1",
  53. "eslint-plugin-node": "^11.1.0",
  54. "eslint-plugin-promise": "^4.2.1",
  55. "eslint-plugin-standard": "^5.0.0",
  56. "events-to-array": "^1.1.2",
  57. "mutate-fs": "^2.1.1",
  58. "rimraf": "^2.7.1",
  59. "tap": "^15.0.9",
  60. "tar-fs": "^1.16.3",
  61. "tar-stream": "^1.6.2"
  62. },
  63. "engines": {
  64. "node": ">= 10"
  65. },
  66. "files": [
  67. "index.js",
  68. "lib/*.js"
  69. ],
  70. "homepage": "https://github.com/npm/node-tar#readme",
  71. "license": "ISC",
  72. "name": "tar",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/npm/node-tar.git"
  76. },
  77. "scripts": {
  78. "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
  79. "eslint": "eslint",
  80. "genparse": "node scripts/generate-parse-fixtures.js",
  81. "lint": "npm run eslint -- test lib",
  82. "lintfix": "npm run lint -- --fix",
  83. "posttest": "npm run lint",
  84. "postversion": "npm publish",
  85. "prepublishOnly": "git push origin --follow-tags",
  86. "preversion": "npm test",
  87. "test": "node test/fixtures/test.js",
  88. "test:posix": "tap",
  89. "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
  90. },
  91. "tap": {
  92. "coverage-map": "map.js",
  93. "check-coverage": true
  94. },
  95. "version": "6.1.11"
  96. }