a zip code crypto-currency system good for red ONLY

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-primitive@^2.0.0",
  3. "_id": "is-primitive@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
  6. "_location": "/is-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-primitive@^2.0.0",
  12. "name": "is-primitive",
  13. "escapedName": "is-primitive",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-equal-shallow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  22. "_shasum": "207bab91638499c07b2adf240a41a87210034575",
  23. "_spec": "is-primitive@^2.0.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/is-equal-shallow",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-primitive/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Returns `true` if the value is a primitive. ",
  35. "devDependencies": {
  36. "mocha": "*",
  37. "should": "^4.0.4"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/is-primitive",
  46. "keywords": [
  47. "boolean",
  48. "check",
  49. "number",
  50. "primitive",
  51. "string",
  52. "symbol",
  53. "type",
  54. "typeof",
  55. "util"
  56. ],
  57. "license": {
  58. "type": "MIT",
  59. "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
  60. },
  61. "main": "index.js",
  62. "name": "is-primitive",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/jonschlinkert/is-primitive.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "2.0.0"
  71. }