UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "to-object-path@^0.3.0",
  6. "scope": null,
  7. "escapedName": "to-object-path",
  8. "name": "to-object-path",
  9. "rawSpec": "^0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/cache-base"
  14. ]
  15. ],
  16. "_from": "to-object-path@>=0.3.0 <0.4.0",
  17. "_id": "to-object-path@0.3.0",
  18. "_inCache": true,
  19. "_location": "/to-object-path",
  20. "_nodeVersion": "5.3.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "to-object-path@^0.3.0",
  29. "scope": null,
  30. "escapedName": "to-object-path",
  31. "name": "to-object-path",
  32. "rawSpec": "^0.3.0",
  33. "spec": ">=0.3.0 <0.4.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/cache-base",
  38. "/union-value/set-value"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  41. "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  42. "_shrinkwrap": null,
  43. "_spec": "to-object-path@^0.3.0",
  44. "_where": "/Users/tennesseeg/blueCoin/node_modules/cache-base",
  45. "author": {
  46. "name": "Jon Schlinkert",
  47. "url": "https://github.com/jonschlinkert"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  51. },
  52. "dependencies": {
  53. "kind-of": "^3.0.2"
  54. },
  55. "description": "Create an object path from a list or array of strings.",
  56. "devDependencies": {
  57. "base": "^0.6.7",
  58. "mocha": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  63. "tarball": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "56f6627285b7f5b7563e6f3ffe3766d966368c17",
  72. "homepage": "https://github.com/jonschlinkert/to-object-path",
  73. "keywords": [
  74. "dot",
  75. "nested",
  76. "notation",
  77. "object",
  78. "path",
  79. "stringify"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "jonschlinkert",
  86. "email": "github@sellside.com"
  87. }
  88. ],
  89. "name": "to-object-path",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  95. },
  96. "scripts": {
  97. "test": "mocha"
  98. },
  99. "verb": {
  100. "related": {
  101. "list": [
  102. "get-value",
  103. "set-value",
  104. "has-value",
  105. "omit-value",
  106. "unset-value"
  107. ]
  108. }
  109. },
  110. "version": "0.3.0"
  111. }