UI for Zipcoin Blue

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "source-map-support@^0.5.0",
  6. "scope": null,
  7. "escapedName": "source-map-support",
  8. "name": "source-map-support",
  9. "rawSpec": "^0.5.0",
  10. "spec": ">=0.5.0 <0.6.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/tsickle"
  14. ]
  15. ],
  16. "_from": "source-map-support@>=0.5.0 <0.6.0",
  17. "_id": "source-map-support@0.5.6",
  18. "_inCache": true,
  19. "_location": "/source-map-support",
  20. "_nodeVersion": "10.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/source-map-support_0.5.6_1526202524114_0.9050740750778954"
  24. },
  25. "_npmUser": {
  26. "name": "linusu",
  27. "email": "linus@folkdatorn.se"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "source-map-support@^0.5.0",
  33. "scope": null,
  34. "escapedName": "source-map-support",
  35. "name": "source-map-support",
  36. "rawSpec": "^0.5.0",
  37. "spec": ">=0.5.0 <0.6.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/tsickle"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.6.tgz",
  44. "_shasum": "4435cee46b1aab62b8e8610ce60f788091c51c13",
  45. "_shrinkwrap": null,
  46. "_spec": "source-map-support@^0.5.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/tsickle",
  48. "bugs": {
  49. "url": "https://github.com/evanw/node-source-map-support/issues"
  50. },
  51. "dependencies": {
  52. "buffer-from": "^1.0.0",
  53. "source-map": "^0.6.0"
  54. },
  55. "description": "Fixes stack traces for files with source maps",
  56. "devDependencies": {
  57. "browserify": "3.44.2",
  58. "coffee-script": "1.7.1",
  59. "http-server": "^0.8.5",
  60. "mocha": "1.18.2",
  61. "webpack": "^1.13.3"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "integrity": "sha512-N4KXEz7jcKqPf2b2vZF11lQIz9W5ZMuUcIOGj243lduidkf2fjkVKJS9vNxVWn3u/uxX38AcE8U9nnH9FPcq+g==",
  66. "shasum": "4435cee46b1aab62b8e8610ce60f788091c51c13",
  67. "tarball": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.6.tgz",
  68. "fileCount": 6,
  69. "unpackedSize": 81769,
  70. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+ACdCRA9TVsSAnZWagAAZU8P+wcgivO1SsP9c2AwMzUC\nijBejykY3u9fXfikTA+mLtQ3f9/CUvhT734cI1b27G1J5ju/hW15BUs6+PBe\ngnbBeN7XzGBw+koDe+cJI13EljgFw9zrltQpvB+ReIjUlRsSN82AqIzW7E5v\nVqg+p/WJUvHbZo3jlIxxfjJlfDDYssaIp/sTxbSFjbArvLTl5Q0Xg/ZUDWwG\nSdUNxQbZ7H6v+wqLHhTD5X4Cx4waykDiIcEkSxmdmh1pcw7TZEkwXOvPJPoy\nI5RyQvStqNAL1ws/8tQmWMzz8R4W4TTtdOtRbr3l6CMI5HoPDQjgK5QJ00vW\n5CgPxbP2xflllRBmt1sAIQjUw+MHoyArlHAwtC2a2iqfQ1PDJ4Atigw+xt0k\nddAsCgPXzEjx/+oiOSvv7WTXJqlkvQWw2iAH2DY6IBicsoSfv/gEyczsTWpo\nL5a24vcaMPTu5fhKzLdeA9/dCIB3nwjeJZks8rVeAnEfQi8Cndu+tAVAPEE5\nm4M9BZpQ/t7GJwupbNjlE8n8opS41m9OzfLJ/ycs+MQjaZyCYtuUinVhzV5P\nrJXaDLvIz7+ol+ORsLKccdbUo+Yl5FHhMAA/dHm+/gloBicG6fdEwmM5dUTo\nNCd3M0Z6KvABsbqgXsEwuioQirkIdpz6aAEzhsSc6WmTDALBynOmiv0hCHWe\nEYe5\r\n=il+2\r\n-----END PGP SIGNATURE-----\r\n"
  71. },
  72. "gitHead": "02705960a14058872c86521917fae8ea25922e72",
  73. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  74. "license": "MIT",
  75. "main": "./source-map-support.js",
  76. "maintainers": [
  77. {
  78. "name": "evanw",
  79. "email": "evan.exe@gmail.com"
  80. },
  81. {
  82. "name": "julien-f",
  83. "email": "julien.fontanet@isonoe.net"
  84. },
  85. {
  86. "name": "linusu",
  87. "email": "linus@folkdatorn.se"
  88. }
  89. ],
  90. "name": "source-map-support",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/evanw/node-source-map-support.git"
  96. },
  97. "scripts": {
  98. "build": "node build.js",
  99. "prepublish": "npm run build",
  100. "serve-tests": "http-server -p 1336",
  101. "test": "mocha"
  102. },
  103. "version": "0.5.6"
  104. }