package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "archiver-utils@^2.1.0",
  3. "_id": "archiver-utils@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
  6. "_location": "/archiver-utils",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "archiver-utils@^2.1.0",
  20. "name": "archiver-utils",
  21. "escapedName": "archiver-utils",
  22. "rawSpec": "^2.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^2.1.0"
  25. },
  26. "_requiredBy": [
  27. "/archiver"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz",
  30. "_shasum": "e8a460e94b693c3e3da182a098ca6285ba9249e2",
  31. "_spec": "archiver-utils@^2.1.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver",
  33. "author": {
  34. "name": "Chris Talkington",
  35. "url": "http://christalkington.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/archiverjs/archiver-utils/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "glob": "^7.1.4",
  43. "graceful-fs": "^4.2.0",
  44. "lazystream": "^1.0.0",
  45. "lodash.defaults": "^4.2.0",
  46. "lodash.difference": "^4.5.0",
  47. "lodash.flatten": "^4.4.0",
  48. "lodash.isplainobject": "^4.0.6",
  49. "lodash.union": "^4.6.0",
  50. "normalize-path": "^3.0.0",
  51. "readable-stream": "^2.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "utility functions for archiver",
  55. "devDependencies": {
  56. "chai": "^4.2.0",
  57. "mkdirp": "^0.5.0",
  58. "mocha": "^5.0.0",
  59. "rimraf": "^2.6.3"
  60. },
  61. "engines": {
  62. "node": ">= 6"
  63. },
  64. "files": [
  65. "index.js",
  66. "file.js"
  67. ],
  68. "homepage": "https://github.com/archiverjs/archiver-utils#readme",
  69. "keywords": [
  70. "archiver",
  71. "utils"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "archiver-utils",
  76. "publishConfig": {
  77. "registry": "https://registry.npmjs.org/"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/archiverjs/archiver-utils.git"
  82. },
  83. "scripts": {
  84. "test": "mocha --reporter dot"
  85. },
  86. "version": "2.1.0"
  87. }