package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "tar@^6.1.11",
  3. "_id": "tar@6.1.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
  6. "_location": "/tar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar@^6.1.11",
  12. "name": "tar",
  13. "escapedName": "tar",
  14. "rawSpec": "^6.1.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.1.11"
  17. },
  18. "_requiredBy": [
  19. "/@mapbox/node-pre-gyp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
  22. "_shasum": "6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621",
  23. "_spec": "tar@^6.1.11",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\@mapbox\\node-pre-gyp",
  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": "^15.0.9",
  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": "node test/fixtures/test.js",
  84. "test:posix": "tap",
  85. "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
  86. },
  87. "tap": {
  88. "coverage-map": "map.js",
  89. "check-coverage": true
  90. },
  91. "version": "6.1.11"
  92. }