a zip code crypto-currency system good for red ONLY

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "recast@^0.10.1",
  3. "_id": "recast@0.10.43",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uV1Q9tYHYaX2JS4V2AZ4FoSRzn8=",
  6. "_location": "/recast",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "recast@^0.10.1",
  12. "name": "recast",
  13. "escapedName": "recast",
  14. "rawSpec": "^0.10.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.10.1"
  17. },
  18. "_requiredBy": [
  19. "/unreachable-branch-transform"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/recast/-/recast-0.10.43.tgz",
  22. "_shasum": "b95d50f6d60761a5f6252e15d80678168491ce7f",
  23. "_spec": "recast@^0.10.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/unreachable-branch-transform",
  25. "author": {
  26. "name": "Ben Newman",
  27. "email": "bn@cs.stanford.edu"
  28. },
  29. "browser": {
  30. "fs": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/benjamn/recast/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ast-types": "0.8.15",
  38. "esprima-fb": "~15001.1001.0-dev-harmony-fb",
  39. "private": "~0.1.5",
  40. "source-map": "~0.5.0"
  41. },
  42. "deprecated": false,
  43. "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  44. "devDependencies": {
  45. "babylon": "~6.4.2",
  46. "mocha": "~2.2.5"
  47. },
  48. "engines": {
  49. "node": ">= 0.8"
  50. },
  51. "homepage": "http://github.com/benjamn/recast",
  52. "keywords": [
  53. "ast",
  54. "rewriting",
  55. "refactoring",
  56. "codegen",
  57. "syntax",
  58. "transformation",
  59. "parsing",
  60. "pretty-printing"
  61. ],
  62. "license": "MIT",
  63. "main": "main.js",
  64. "name": "recast",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/benjamn/recast.git"
  68. },
  69. "scripts": {
  70. "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
  71. "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
  72. },
  73. "version": "0.10.43"
  74. }