UI for Zipcoin Blue

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-module@^1.0.0",
  6. "scope": null,
  7. "escapedName": "is-module",
  8. "name": "is-module",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-node-resolve"
  14. ]
  15. ],
  16. "_from": "is-module@>=1.0.0 <2.0.0",
  17. "_id": "is-module@1.0.0",
  18. "_inCache": true,
  19. "_location": "/is-module",
  20. "_npmUser": {
  21. "name": "jongleberry",
  22. "email": "jonathanrichardong@gmail.com"
  23. },
  24. "_npmVersion": "1.4.6",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "is-module@^1.0.0",
  28. "scope": null,
  29. "escapedName": "is-module",
  30. "name": "is-module",
  31. "rawSpec": "^1.0.0",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/rollup-plugin-node-resolve"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  39. "_shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
  40. "_shrinkwrap": null,
  41. "_spec": "is-module@^1.0.0",
  42. "_where": "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-node-resolve",
  43. "author": {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/component/is-module/issues"
  50. },
  51. "dependencies": {},
  52. "description": "check if a source string is an es6 module",
  53. "devDependencies": {
  54. "mocha": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
  59. "tarball": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz"
  60. },
  61. "homepage": "https://github.com/component/is-module",
  62. "keywords": [
  63. "es6",
  64. "module",
  65. "modules"
  66. ],
  67. "license": "MIT",
  68. "maintainers": [
  69. {
  70. "name": "jongleberry",
  71. "email": "jonathanrichardong@gmail.com"
  72. }
  73. ],
  74. "name": "is-module",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/component/is-module.git"
  80. },
  81. "scripts": {
  82. "test": "mocha --reporter spec --bail"
  83. },
  84. "version": "1.0.0"
  85. }