UI for Zipcoin Blue

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "minipass@^2.3.3",
  3. "_id": "minipass@2.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/jAn9/tEX4gnpyRATxgHEOV6xbcyxgT7iUnxo9Y3+OB0zX00TgKIv/2FZCf5brBbICcwbLqVv2ImjvWWrQMSYw==",
  6. "_location": "/minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass@^2.3.3",
  12. "name": "minipass",
  13. "escapedName": "minipass",
  14. "rawSpec": "^2.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.3"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils/tar",
  20. "/fs-minipass",
  21. "/minizlib"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.3.tgz",
  24. "_shasum": "a7dcc8b7b833f5d368759cce544dccb55f50f233",
  25. "_spec": "minipass@^2.3.3",
  26. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils/node_modules/tar",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/minipass/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "safe-buffer": "^5.1.2",
  38. "yallist": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "minimal implementation of a PassThrough stream",
  42. "devDependencies": {
  43. "end-of-stream": "^1.4.0",
  44. "tap": "^12.0.1",
  45. "through2": "^2.0.3"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/minipass#readme",
  51. "keywords": [
  52. "passthrough",
  53. "stream"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "minipass",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/isaacs/minipass.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push origin --all; git push origin --tags",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "test": "tap test/*.js --100"
  67. },
  68. "version": "2.3.3"
  69. }