UI for Zipcoin Blue

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "fs-minipass@^1.2.5",
  3. "_id": "fs-minipass@1.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==",
  6. "_location": "/fs-minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-minipass@^1.2.5",
  12. "name": "fs-minipass",
  13. "escapedName": "fs-minipass",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils/tar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz",
  22. "_shasum": "06c277218454ec288df77ada54a03b8702aacb9d",
  23. "_spec": "fs-minipass@^1.2.5",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils/node_modules/tar",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/fs-minipass/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "minipass": "^2.2.1"
  36. },
  37. "deprecated": false,
  38. "description": "fs read and write streams based on minipass",
  39. "devDependencies": {
  40. "mutate-fs": "^2.0.1",
  41. "tap": "^10.7.2"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/npm/fs-minipass#readme",
  47. "keywords": [],
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "fs-minipass",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/npm/fs-minipass.git"
  54. },
  55. "scripts": {
  56. "postpublish": "git push origin --all; git push origin --tags",
  57. "postversion": "npm publish",
  58. "preversion": "npm test",
  59. "test": "tap test/*.js --100 -J"
  60. },
  61. "version": "1.2.5"
  62. }