a zip code crypto-currency system good for red ONLY

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "tsickle@^0.27.2",
  3. "_id": "tsickle@0.27.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NP+CjM1EXza/M8mOXBLH3vkFEJiu1zfEAlC5WdJxHPn8l96QPz5eooP6uAgYtw1CcKfuSyIiheNUdKxtDWCNeg==",
  6. "_location": "/tsickle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tsickle@^0.27.2",
  12. "name": "tsickle",
  13. "escapedName": "tsickle",
  14. "rawSpec": "^0.27.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.27.2"
  17. },
  18. "_requiredBy": [
  19. "/@angular/compiler-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.27.5.tgz",
  22. "_shasum": "41e1a41a5acf971cbb2b0558a9590779234d591f",
  23. "_spec": "tsickle@^0.27.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@angular/compiler-cli",
  25. "bin": {
  26. "tsickle": "src/main.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/angular/tsickle/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Evan Martin",
  35. "email": "evanm@google.com",
  36. "url": "https://angular.io/"
  37. },
  38. {
  39. "name": "Alex Eagle",
  40. "email": "alexeagle@google.com",
  41. "url": "https://angular.io/"
  42. },
  43. {
  44. "name": "Martin Probst",
  45. "email": "martinprobst@google.com",
  46. "url": "https://angular.io/"
  47. },
  48. {
  49. "name": "Rado Kirov",
  50. "email": "radokirov@google.com",
  51. "url": "https://angular.io/"
  52. },
  53. {
  54. "name": "Thomas Deegan",
  55. "email": "tdeegan@google.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "minimist": "^1.2.0",
  60. "mkdirp": "^0.5.1",
  61. "source-map": "^0.6.0",
  62. "source-map-support": "^0.5.0"
  63. },
  64. "deprecated": false,
  65. "description": "Transpile TypeScript code to JavaScript with Closure annotations.",
  66. "devDependencies": {
  67. "@types/chai": "4.1.2",
  68. "@types/diff": "3.2.2",
  69. "@types/glob": "5.0.35",
  70. "@types/google-closure-compiler": "0.0.18",
  71. "@types/jasmine": "2.8.6",
  72. "@types/minimatch": "3.0.3",
  73. "@types/minimist": "1.2.0",
  74. "@types/mkdirp": "0.5.2",
  75. "@types/node": "6.0.102",
  76. "@types/source-map-support": "0.4.0",
  77. "chai": "4.1.2",
  78. "chai-diff": "1.0.1",
  79. "clang-format": "1.2.2",
  80. "diff": "3.5.0",
  81. "glob": "7.1.2",
  82. "google-closure-compiler": "20161024.3.0",
  83. "gulp": "3.9.1",
  84. "gulp-clang-format": "1.0.25",
  85. "gulp-tslint": "8.1.3",
  86. "gulp-typescript": "4.0.1",
  87. "jasmine": "3.1.0",
  88. "merge2": "1.2.1",
  89. "temp": "0.8.3",
  90. "tslint": "5.9.1",
  91. "typescript": "2.7.2"
  92. },
  93. "directories": {
  94. "test": "test"
  95. },
  96. "files": [
  97. "src/*"
  98. ],
  99. "homepage": "https://github.com/angular/tsickle",
  100. "keywords": [
  101. "typescript",
  102. "closure"
  103. ],
  104. "license": "MIT",
  105. "main": "src/tsickle.js",
  106. "name": "tsickle",
  107. "peerDependencies": {
  108. "typescript": ">=2.4.2 <2.8"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/angular/tsickle.git"
  113. },
  114. "scripts": {
  115. "build": "bazel build //:npm_package",
  116. "test": "gulp test.check-format && gulp test.check-lint && bazel test ..."
  117. },
  118. "typings": "src/tsickle.d.ts",
  119. "version": "0.27.5"
  120. }