package.json 2.5 KB

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