UI for Zipcoin Blue

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "archiver-utils@^1.3.0",
  3. "_id": "archiver-utils@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
  6. "_location": "/archiver-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "archiver-utils@^1.3.0",
  12. "name": "archiver-utils",
  13. "escapedName": "archiver-utils",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/archiver",
  20. "/zip-stream"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
  23. "_shasum": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174",
  24. "_spec": "archiver-utils@^1.3.0",
  25. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/archiver",
  26. "author": {
  27. "name": "Chris Talkington",
  28. "url": "http://christalkington.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/archiverjs/archiver-utils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "glob": "^7.0.0",
  36. "graceful-fs": "^4.1.0",
  37. "lazystream": "^1.0.0",
  38. "lodash": "^4.8.0",
  39. "normalize-path": "^2.0.0",
  40. "readable-stream": "^2.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "utility functions for archiver",
  44. "devDependencies": {
  45. "chai": "^3.4.0",
  46. "mkdirp": "^0.5.0",
  47. "mocha": "^2.3.3",
  48. "rimraf": "^2.4.2"
  49. },
  50. "engines": {
  51. "node": ">= 0.10.0"
  52. },
  53. "files": [
  54. "index.js",
  55. "file.js"
  56. ],
  57. "homepage": "https://github.com/archiverjs/archiver-utils#readme",
  58. "keywords": [
  59. "archiver",
  60. "utils"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "archiver-utils",
  65. "publishConfig": {
  66. "registry": "https://registry.npmjs.org/"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/archiverjs/archiver-utils.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --reporter dot"
  74. },
  75. "version": "1.3.0"
  76. }