a zip code crypto-currency system good for red ONLY

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "postcss@^6.0.21",
  3. "_id": "postcss@6.0.23",
  4. "_inBundle": false,
  5. "_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^6.0.21",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^6.0.21",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.21"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts",
  20. "/autoprefixer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
  23. "_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
  24. "_spec": "postcss@^6.0.21",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  26. "author": {
  27. "name": "Andrey Sitnik",
  28. "email": "andrey@sitnik.ru"
  29. },
  30. "browser": {
  31. "supports-color": false,
  32. "chalk": false,
  33. "fs": false
  34. },
  35. "bugs": {
  36. "url": "https://github.com/postcss/postcss/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "chalk": "^2.4.1",
  41. "source-map": "^0.6.1",
  42. "supports-color": "^5.4.0"
  43. },
  44. "deprecated": false,
  45. "description": "Tool for transforming styles with JS plugins",
  46. "engines": {
  47. "node": ">=4.0.0"
  48. },
  49. "homepage": "https://postcss.org/",
  50. "keywords": [
  51. "css",
  52. "postcss",
  53. "rework",
  54. "preprocessor",
  55. "parser",
  56. "source map",
  57. "transform",
  58. "manipulation",
  59. "transpiler"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/postcss",
  63. "name": "postcss",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/postcss/postcss.git"
  67. },
  68. "types": "lib/postcss.d.ts",
  69. "version": "6.0.23"
  70. }