a zip code crypto-currency system good for red ONLY

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "node-sass@4.9.0",
  3. "_id": "node-sass@4.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==",
  6. "_location": "/node-sass",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0",
  10. "lru-cache": "4.1.3",
  11. "strip-ansi": "3.0.1",
  12. "which": "1.3.1"
  13. },
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-sass@4.9.0",
  18. "name": "node-sass",
  19. "escapedName": "node-sass",
  20. "rawSpec": "4.9.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.9.0"
  23. },
  24. "_requiredBy": [
  25. "/@ionic/app-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz",
  28. "_shasum": "d1b8aa855d98ed684d6848db929a20771cc2ae52",
  29. "_spec": "node-sass@4.9.0",
  30. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  31. "author": {
  32. "name": "Andrew Nesbitt",
  33. "email": "andrewnez@gmail.com",
  34. "url": "http://andrew.github.com"
  35. },
  36. "bin": {
  37. "node-sass": "bin/node-sass"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sass/node-sass/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "async-foreach": "^0.1.3",
  45. "chalk": "^1.1.1",
  46. "cross-spawn": "^3.0.0",
  47. "gaze": "^1.0.0",
  48. "get-stdin": "^4.0.1",
  49. "glob": "^7.0.3",
  50. "in-publish": "^2.0.0",
  51. "lodash.assign": "^4.2.0",
  52. "lodash.clonedeep": "^4.3.2",
  53. "lodash.mergewith": "^4.6.0",
  54. "meow": "^3.7.0",
  55. "mkdirp": "^0.5.1",
  56. "nan": "^2.10.0",
  57. "node-gyp": "^3.3.1",
  58. "npmlog": "^4.0.0",
  59. "request": "~2.79.0",
  60. "sass-graph": "^2.2.4",
  61. "stdout-stream": "^1.4.0",
  62. "true-case-path": "^1.0.2"
  63. },
  64. "deprecated": false,
  65. "description": "Wrapper around libsass",
  66. "devDependencies": {
  67. "coveralls": "^2.11.8",
  68. "eslint": "^3.4.0",
  69. "fs-extra": "^0.30.0",
  70. "istanbul": "^0.4.2",
  71. "mocha": "^3.1.2",
  72. "mocha-lcov-reporter": "^1.2.0",
  73. "object-merge": "^2.5.1",
  74. "read-yaml": "^1.0.0",
  75. "rimraf": "^2.5.2",
  76. "sass-spec": "3.5.4-1",
  77. "unique-temp-dir": "^1.0.0"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "bin",
  84. "binding.gyp",
  85. "lib",
  86. "scripts",
  87. "src",
  88. "test",
  89. "vendor"
  90. ],
  91. "gypfile": true,
  92. "homepage": "https://github.com/sass/node-sass",
  93. "keywords": [
  94. "css",
  95. "libsass",
  96. "preprocessor",
  97. "sass",
  98. "scss",
  99. "style"
  100. ],
  101. "libsass": "3.5.4",
  102. "license": "MIT",
  103. "main": "lib/index.js",
  104. "name": "node-sass",
  105. "nodeSassConfig": {
  106. "binarySite": "https://github.com/sass/node-sass/releases/download"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sass/node-sass.git"
  111. },
  112. "scripts": {
  113. "build": "node scripts/build.js --force",
  114. "coverage": "node scripts/coverage.js",
  115. "install": "node scripts/install.js",
  116. "lint": "eslint bin/node-sass lib scripts test",
  117. "postinstall": "node scripts/build.js",
  118. "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
  119. "test": "mocha test/{*,**/**}.js"
  120. },
  121. "version": "4.9.0"
  122. }