UI for Zipcoin Blue

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "d@1",
  6. "scope": null,
  7. "escapedName": "d",
  8. "name": "d",
  9. "rawSpec": "1",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/es6-map"
  14. ]
  15. ],
  16. "_from": "d@>=1.0.0 <2.0.0",
  17. "_id": "d@1.0.0",
  18. "_inCache": true,
  19. "_location": "/d",
  20. "_nodeVersion": "4.2.3",
  21. "_npmUser": {
  22. "name": "medikoo",
  23. "email": "medikoo+npm@medikoo.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "d@1",
  29. "scope": null,
  30. "escapedName": "d",
  31. "name": "d",
  32. "rawSpec": "1",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/es6-iterator",
  38. "/es6-map",
  39. "/es6-set",
  40. "/es6-symbol",
  41. "/es6-weak-map",
  42. "/event-emitter"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
  45. "_shasum": "754bb5bfe55451da69a58b94d45f4c5b0462d58f",
  46. "_shrinkwrap": null,
  47. "_spec": "d@1",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/es6-map",
  49. "author": {
  50. "name": "Mariusz Nowak",
  51. "email": "medyk@medikoo.com",
  52. "url": "http://www.medikoo.com/"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/medikoo/d/issues"
  56. },
  57. "dependencies": {
  58. "es5-ext": "^0.10.9"
  59. },
  60. "description": "Property descriptor factory",
  61. "devDependencies": {
  62. "tad": "^0.2.4",
  63. "xlint": "^0.2.2",
  64. "xlint-jslint-medikoo": "^0.1.4"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "754bb5bfe55451da69a58b94d45f4c5b0462d58f",
  69. "tarball": "https://registry.npmjs.org/d/-/d-1.0.0.tgz"
  70. },
  71. "gitHead": "f9031455a5012c23bb85a3eec93007df302b3a64",
  72. "homepage": "https://github.com/medikoo/d#readme",
  73. "keywords": [
  74. "descriptor",
  75. "es",
  76. "ecmascript",
  77. "ecma",
  78. "property",
  79. "descriptors",
  80. "meta",
  81. "properties"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "medikoo",
  87. "email": "medikoo+npm@medikoo.com"
  88. }
  89. ],
  90. "name": "d",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/medikoo/d.git"
  96. },
  97. "scripts": {
  98. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  99. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  100. "test": "node node_modules/tad/bin/tad"
  101. },
  102. "version": "1.0.0"
  103. }