a zip code crypto-currency system good for red ONLY

package.json 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "zone.js@0.8.26",
  3. "_id": "zone.js@0.8.26",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W9Nj+UmBJG251wkCacIkETgra4QgBo/vgoEkb4a2uoLzpQG7qF9nzwoLXWU5xj3Fg2mxGvEDh47mg24vXccYjA==",
  6. "_location": "/zone.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "zone.js@0.8.26",
  12. "name": "zone.js",
  13. "escapedName": "zone.js",
  14. "rawSpec": "0.8.26",
  15. "saveSpec": null,
  16. "fetchSpec": "0.8.26"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.8.26.tgz",
  22. "_shasum": "7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d",
  23. "_spec": "zone.js@0.8.26",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed",
  25. "author": {
  26. "name": "Brian Ford"
  27. },
  28. "browser": "dist/zone.js",
  29. "bugs": {
  30. "url": "https://github.com/angular/zone.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Zones for JavaScript",
  36. "devDependencies": {
  37. "@types/jasmine": "2.2.33",
  38. "@types/node": "^6.0.96",
  39. "@types/systemjs": "^0.19.30",
  40. "assert": "^1.4.1",
  41. "bluebird": "^3.5.1",
  42. "clang-format": "1.0.46",
  43. "concurrently": "^2.2.0",
  44. "conventional-changelog": "^1.1.7",
  45. "es6-promise": "^3.0.2",
  46. "google-closure-compiler": "^20170409.0.0",
  47. "gulp": "^3.8.11",
  48. "gulp-clang-format": "^1.0.25",
  49. "gulp-conventional-changelog": "^1.1.7",
  50. "gulp-rename": "^1.2.2",
  51. "gulp-rollup": "^2.16.1",
  52. "gulp-tsc": "^1.1.4",
  53. "gulp-tslint": "^7.0.1",
  54. "gulp-uglify": "^1.2.0",
  55. "gulp-util": "^3.0.7",
  56. "jasmine": "^2.9.1",
  57. "jasmine-core": "^2.9.1",
  58. "karma": "^0.13.14",
  59. "karma-chrome-launcher": "^0.2.1",
  60. "karma-firefox-launcher": "^0.1.4",
  61. "karma-jasmine": "^1.1.1",
  62. "karma-mocha": "^1.2.0",
  63. "karma-phantomjs-launcher": "^1.0.4",
  64. "karma-safari-launcher": "^0.1.1",
  65. "karma-sauce-launcher": "^0.2.10",
  66. "karma-sourcemap-loader": "^0.3.6",
  67. "mocha": "^3.1.2",
  68. "nodejs-websocket": "^1.2.0",
  69. "phantomjs": "^2.1.7",
  70. "promises-aplus-tests": "^2.1.2",
  71. "pump": "^1.0.1",
  72. "rxjs": "^5.5.3",
  73. "selenium-webdriver": "^3.4.0",
  74. "systemjs": "^0.19.37",
  75. "ts-loader": "^0.6.0",
  76. "tslint": "^4.1.1",
  77. "tslint-eslint-rules": "^3.1.0",
  78. "typescript": "2.5.2",
  79. "vrsource-tslint-rules": "^4.0.0",
  80. "webdriver-manager": "^12.0.6",
  81. "webdriverio": "^4.8.0",
  82. "whatwg-fetch": "^2.0.1"
  83. },
  84. "directories": {
  85. "lib": "lib",
  86. "test": "test"
  87. },
  88. "files": [
  89. "lib",
  90. "dist"
  91. ],
  92. "homepage": "https://github.com/angular/zone.js#readme",
  93. "license": "MIT",
  94. "main": "dist/zone-node.js",
  95. "name": "zone.js",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/angular/zone.js.git"
  99. },
  100. "scripts": {
  101. "changelog": "gulp changelog",
  102. "ci": "npm run lint && npm run format && npm run promisetest && npm run test:single && npm run test-node",
  103. "closure:test": "scripts/closure/closure_compiler.sh",
  104. "format": "gulp format:enforce",
  105. "karma-jasmine": "karma start karma-build-jasmine.conf.js",
  106. "karma-jasmine-phantomjs:autoclose": "npm run karma-jasmine:phantomjs && npm run ws-client",
  107. "karma-jasmine:autoclose": "npm run karma-jasmine:single && npm run ws-client",
  108. "karma-jasmine:phantomjs": "karma start karma-build-jasmine-phantomjs.conf.js --single-run",
  109. "karma-jasmine:single": "karma start karma-build-jasmine.conf.js --single-run",
  110. "lint": "gulp lint",
  111. "prepublish": "tsc && gulp build",
  112. "promisefinallytest": "mocha promise.finally.spec.js",
  113. "promisetest": "gulp promisetest",
  114. "serve": "python -m SimpleHTTPServer 8000",
  115. "test": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"npm run karma-jasmine\"",
  116. "test-bluebird": "gulp test/bluebird",
  117. "test-dist": "concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma-dist-jasmine.conf.js\"",
  118. "test-mocha": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma-build-mocha.conf.js\"",
  119. "test-node": "gulp test/node",
  120. "test:phantomjs": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"npm run karma-jasmine:phantomjs\"",
  121. "test:phantomjs-single": "npm run tsc && concurrently \"npm run ws-server\" \"npm run karma-jasmine-phantomjs:autoclose\"",
  122. "test:single": "npm run tsc && concurrently \"npm run ws-server\" \"npm run karma-jasmine:autoclose\"",
  123. "tsc": "tsc -p .",
  124. "tsc:w": "tsc -w -p .",
  125. "tslint": "tslint -c tslint.json 'lib/**/*.ts'",
  126. "webdriver-http": "node simple-server.js",
  127. "webdriver-sauce-test": "node test/webdriver/test.sauce.js",
  128. "webdriver-start": "webdriver-manager update && webdriver-manager start",
  129. "webdriver-test": "node test/webdriver/test.js",
  130. "ws-client": "node ./test/ws-client.js",
  131. "ws-server": "node ./test/ws-server.js"
  132. },
  133. "typings": "dist/zone.js.d.ts",
  134. "unpkg": "dist/zone.js",
  135. "version": "0.8.26"
  136. }