package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "tar@2.2.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "tar@2.2.2",
  9. "_id": "tar@2.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
  12. "_location": "/tar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tar@2.2.2",
  18. "name": "tar",
  19. "escapedName": "tar",
  20. "rawSpec": "2.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.2"
  23. },
  24. "_requiredBy": [
  25. "/node-gyp"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tar/-/tar-2.2.2.tgz",
  28. "_spec": "2.2.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/node-tar/issues"
  37. },
  38. "dependencies": {
  39. "block-stream": "*",
  40. "fstream": "^1.0.12",
  41. "inherits": "2"
  42. },
  43. "description": "tar for node",
  44. "devDependencies": {
  45. "graceful-fs": "^4.1.2",
  46. "mkdirp": "^0.5.0",
  47. "rimraf": "1.x",
  48. "tap": "0.x"
  49. },
  50. "homepage": "https://github.com/isaacs/node-tar#readme",
  51. "license": "ISC",
  52. "main": "tar.js",
  53. "name": "tar",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/node-tar.git"
  57. },
  58. "scripts": {
  59. "test": "tap test/*.js"
  60. },
  61. "version": "2.2.2"
  62. }