UI for Zipcoin Blue

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "compress-commons@^1.2.0",
  3. "_id": "compress-commons@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=",
  6. "_location": "/compress-commons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compress-commons@^1.2.0",
  12. "name": "compress-commons",
  13. "escapedName": "compress-commons",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/zip-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz",
  22. "_shasum": "524a9f10903f3a813389b0225d27c48bb751890f",
  23. "_spec": "compress-commons@^1.2.0",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/zip-stream",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-compress-commons/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "buffer-crc32": "^0.2.1",
  35. "crc32-stream": "^2.0.0",
  36. "normalize-path": "^2.0.0",
  37. "readable-stream": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "a library that defines a common interface for working with archive formats within node",
  41. "devDependencies": {
  42. "chai": "^3.4.0",
  43. "mkdirp": "^0.5.0",
  44. "mocha": "^3.2.0",
  45. "rimraf": "^2.4.3"
  46. },
  47. "engines": {
  48. "node": ">= 0.10.0"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/archiverjs/node-compress-commons",
  54. "keywords": [
  55. "compress",
  56. "commons",
  57. "archive"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/compress-commons.js",
  61. "name": "compress-commons",
  62. "publishConfig": {
  63. "registry": "https://registry.npmjs.org/"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter dot"
  71. },
  72. "version": "1.2.2"
  73. }