UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-is-absolute@^1.0.0",
  6. "scope": null,
  7. "escapedName": "path-is-absolute",
  8. "name": "path-is-absolute",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chokidar"
  14. ]
  15. ],
  16. "_from": "path-is-absolute@>=1.0.0 <2.0.0",
  17. "_id": "path-is-absolute@1.0.1",
  18. "_inCache": true,
  19. "_location": "/path-is-absolute",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "path-is-absolute@^1.0.0",
  33. "scope": null,
  34. "escapedName": "path-is-absolute",
  35. "name": "path-is-absolute",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chokidar",
  42. "/glob",
  43. "/true-case-path/glob",
  44. "/watchpack/chokidar"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  47. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  48. "_shrinkwrap": null,
  49. "_spec": "path-is-absolute@^1.0.0",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/chokidar",
  51. "author": {
  52. "name": "Sindre Sorhus",
  53. "email": "sindresorhus@gmail.com",
  54. "url": "sindresorhus.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  58. },
  59. "dependencies": {},
  60. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  61. "devDependencies": {
  62. "xo": "^0.16.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  67. "tarball": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
  76. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  77. "keywords": [
  78. "path",
  79. "paths",
  80. "file",
  81. "dir",
  82. "absolute",
  83. "isabsolute",
  84. "is-absolute",
  85. "built-in",
  86. "util",
  87. "utils",
  88. "core",
  89. "ponyfill",
  90. "polyfill",
  91. "shim",
  92. "is",
  93. "detect",
  94. "check"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "name": "sindresorhus",
  100. "email": "sindresorhus@gmail.com"
  101. }
  102. ],
  103. "name": "path-is-absolute",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  109. },
  110. "scripts": {
  111. "test": "xo && node test.js"
  112. },
  113. "version": "1.0.1"
  114. }