UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "reflect-metadata@^0.1.2",
  6. "scope": null,
  7. "escapedName": "reflect-metadata",
  8. "name": "reflect-metadata",
  9. "rawSpec": "^0.1.2",
  10. "spec": ">=0.1.2 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@angular/compiler-cli"
  14. ]
  15. ],
  16. "_from": "reflect-metadata@>=0.1.2 <0.2.0",
  17. "_id": "reflect-metadata@0.1.12",
  18. "_inCache": true,
  19. "_location": "/reflect-metadata",
  20. "_nodeVersion": "8.1.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/reflect-metadata-0.1.12.tgz_1516128110132_0.03270683903247118"
  24. },
  25. "_npmUser": {
  26. "name": "rbuckton",
  27. "email": "rbuckton@chronicles.org"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "reflect-metadata@^0.1.2",
  33. "scope": null,
  34. "escapedName": "reflect-metadata",
  35. "name": "reflect-metadata",
  36. "rawSpec": "^0.1.2",
  37. "spec": ">=0.1.2 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@angular/compiler-cli",
  42. "/@ionic/app-scripts"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.12.tgz",
  45. "_shasum": "311bf0c6b63cd782f228a81abe146a2bfa9c56f2",
  46. "_shrinkwrap": null,
  47. "_spec": "reflect-metadata@^0.1.2",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/@angular/compiler-cli",
  49. "author": {
  50. "name": "Ron Buckton",
  51. "email": "ron.buckton@microsoft.com",
  52. "url": "http://github.com/rbuckton"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/rbuckton/reflect-metadata/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Polyfill for Metadata Reflection API",
  59. "devDependencies": {
  60. "@types/chai": "^3.4.34",
  61. "@types/mocha": "^2.2.34",
  62. "@types/node": "^6.0.52",
  63. "chai": "^3.5.0",
  64. "del": "^2.2.2",
  65. "ecmarkup": "^3.9.3",
  66. "gulp": "^3.9.1",
  67. "gulp-emu": "^1.1.0",
  68. "gulp-live-server": "0.0.30",
  69. "gulp-mocha": "^3.0.1",
  70. "gulp-rename": "^1.2.2",
  71. "gulp-sequence": "^0.4.6",
  72. "gulp-tsb": "^2.0.3",
  73. "mocha": "^3.2.0",
  74. "typescript": "^2.1.4"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "integrity": "sha512-n+IyV+nGz3+0q3/Yf1ra12KpCyi001bi4XFxSjbiWWjfqb52iTTtpGXmCCAOWWIAn9KEuFZKGqBERHmrtScZ3A==",
  79. "shasum": "311bf0c6b63cd782f228a81abe146a2bfa9c56f2",
  80. "tarball": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.12.tgz"
  81. },
  82. "gitHead": "c775af7a708b45f43888b9c8b905b13415dda021",
  83. "homepage": "http://rbuckton.github.io/reflect-metadata",
  84. "keywords": [
  85. "decorator",
  86. "metadata",
  87. "javascript",
  88. "reflect"
  89. ],
  90. "license": "Apache-2.0",
  91. "main": "Reflect.js",
  92. "maintainers": [
  93. {
  94. "name": "rbuckton",
  95. "email": "rbuckton@chronicles.org"
  96. }
  97. ],
  98. "name": "reflect-metadata",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/rbuckton/reflect-metadata.git"
  104. },
  105. "scripts": {
  106. "build": "gulp build",
  107. "prepublish": "gulp prepublish",
  108. "start": "gulp start",
  109. "test": "gulp test"
  110. },
  111. "types": "index.d.ts",
  112. "typescript": {
  113. "definition": "Reflect.d.ts"
  114. },
  115. "version": "0.1.12"
  116. }