UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "assert@^1.1.1",
  6. "scope": null,
  7. "escapedName": "assert",
  8. "name": "assert",
  9. "rawSpec": "^1.1.1",
  10. "spec": ">=1.1.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser"
  14. ]
  15. ],
  16. "_from": "assert@>=1.1.1 <2.0.0",
  17. "_id": "assert@1.4.1",
  18. "_inCache": true,
  19. "_location": "/assert",
  20. "_nodeVersion": "5.11.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/assert-1.4.1.tgz_1464703323424_0.46298269950784743"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "3.8.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "assert@^1.1.1",
  33. "scope": null,
  34. "escapedName": "assert",
  35. "name": "assert",
  36. "rawSpec": "^1.1.1",
  37. "spec": ">=1.1.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/node-libs-browser"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
  44. "_shasum": "99912d591836b5a6f5b345c0f07eefc08fc65d91",
  45. "_shrinkwrap": null,
  46. "_spec": "assert@^1.1.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser",
  48. "bugs": {
  49. "url": "https://github.com/defunctzombie/commonjs-assert/issues"
  50. },
  51. "dependencies": {
  52. "util": "0.10.3"
  53. },
  54. "description": "commonjs assert - node.js api compatible",
  55. "devDependencies": {
  56. "mocha": "~1.21.4",
  57. "zuul": "~3.10.0",
  58. "zuul-ngrok": "^4.0.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "99912d591836b5a6f5b345c0f07eefc08fc65d91",
  63. "tarball": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz"
  64. },
  65. "gitHead": "ea25d53a51201cf268681c5ec37f7d51b2d82884",
  66. "homepage": "https://github.com/defunctzombie/commonjs-assert",
  67. "keywords": [
  68. "assert"
  69. ],
  70. "license": "MIT",
  71. "main": "./assert.js",
  72. "maintainers": [
  73. {
  74. "name": "coolaj86",
  75. "email": "coolaj86@gmail.com"
  76. },
  77. {
  78. "name": "cwmma",
  79. "email": "calvin.metcalf@gmail.com"
  80. },
  81. {
  82. "name": "defunctzombie",
  83. "email": "shtylman@gmail.com"
  84. }
  85. ],
  86. "name": "assert",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/defunctzombie/commonjs-assert.git"
  92. },
  93. "scripts": {
  94. "browser-local": "zuul --no-coverage --local 8000 -- test.js",
  95. "test": "npm run test-node && npm run test-browser",
  96. "test-browser": "zuul -- test.js",
  97. "test-native": "TEST_NATIVE=true mocha --ui qunit test.js",
  98. "test-node": "mocha --ui qunit test.js"
  99. },
  100. "version": "1.4.1"
  101. }