UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "object-copy@^0.1.0",
  6. "scope": null,
  7. "escapedName": "object-copy",
  8. "name": "object-copy",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/static-extend"
  14. ]
  15. ],
  16. "_from": "object-copy@>=0.1.0 <0.2.0",
  17. "_id": "object-copy@0.1.0",
  18. "_inCache": true,
  19. "_location": "/object-copy",
  20. "_nodeVersion": "6.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/object-copy-0.1.0.tgz_1465495667685_0.612287495052442"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.8.9",
  30. "_phantomChildren": {
  31. "is-descriptor": "0.1.6"
  32. },
  33. "_requested": {
  34. "raw": "object-copy@^0.1.0",
  35. "scope": null,
  36. "escapedName": "object-copy",
  37. "name": "object-copy",
  38. "rawSpec": "^0.1.0",
  39. "spec": ">=0.1.0 <0.2.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/static-extend"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  46. "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  47. "_shrinkwrap": null,
  48. "_spec": "object-copy@^0.1.0",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/static-extend",
  50. "author": {
  51. "name": "Jon Schlinkert",
  52. "url": "https://github.com/jonschlinkert"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jonschlinkert/object-copy/issues"
  56. },
  57. "dependencies": {
  58. "copy-descriptor": "^0.1.0",
  59. "define-property": "^0.2.5",
  60. "kind-of": "^3.0.3"
  61. },
  62. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  63. "devDependencies": {
  64. "gulp-format-md": "*",
  65. "mocha": "*"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  70. "tarball": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "15b972a4a7137f6bf47886c68e73a2fffa8eacf2",
  79. "homepage": "https://github.com/jonschlinkert/object-copy",
  80. "keywords": [
  81. "copy",
  82. "object"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "jonschlinkert",
  89. "email": "github@sellside.com"
  90. }
  91. ],
  92. "name": "object-copy",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "verb": {
  103. "layout": "default",
  104. "plugins": [
  105. "gulp-format-md"
  106. ],
  107. "related": {
  108. "list": []
  109. },
  110. "reflinks": [
  111. "verb"
  112. ]
  113. },
  114. "version": "0.1.0"
  115. }