UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "qs@6.5.1",
  6. "scope": null,
  7. "escapedName": "qs",
  8. "name": "qs",
  9. "rawSpec": "6.5.1",
  10. "spec": "6.5.1",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "qs@6.5.1",
  17. "_id": "qs@6.5.1",
  18. "_inCache": true,
  19. "_location": "/qs",
  20. "_nodeVersion": "8.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/qs-6.5.1.tgz_1504943698164_0.10575866606086493"
  24. },
  25. "_npmUser": {
  26. "name": "ljharb",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "qs@6.5.1",
  33. "scope": null,
  34. "escapedName": "qs",
  35. "name": "qs",
  36. "rawSpec": "6.5.1",
  37. "spec": "6.5.1",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/body-parser",
  42. "/express",
  43. "/tiny-lr"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
  46. "_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
  47. "_shrinkwrap": null,
  48. "_spec": "qs@6.5.1",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  50. "bugs": {
  51. "url": "https://github.com/ljharb/qs/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Jordan Harband",
  56. "email": "ljharb@gmail.com",
  57. "url": "http://ljharb.codes"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  62. "devDependencies": {
  63. "@ljharb/eslint-config": "^12.2.1",
  64. "browserify": "^14.4.0",
  65. "covert": "^1.1.0",
  66. "editorconfig-tools": "^0.1.1",
  67. "eslint": "^4.6.1",
  68. "evalmd": "^0.0.17",
  69. "iconv-lite": "^0.4.18",
  70. "mkdirp": "^0.5.1",
  71. "qs-iconv": "^1.0.4",
  72. "safe-publish-latest": "^1.1.1",
  73. "tape": "^4.8.0"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==",
  78. "shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
  79. "tarball": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz"
  80. },
  81. "engines": {
  82. "node": ">=0.6"
  83. },
  84. "gitHead": "0e838daa71f91fecda456441ac64e615f38bed8b",
  85. "homepage": "https://github.com/ljharb/qs",
  86. "keywords": [
  87. "querystring",
  88. "qs"
  89. ],
  90. "license": "BSD-3-Clause",
  91. "main": "lib/index.js",
  92. "maintainers": [
  93. {
  94. "name": "ljharb",
  95. "email": "ljharb@gmail.com"
  96. },
  97. {
  98. "name": "hueniverse",
  99. "email": "eran@hammer.io"
  100. },
  101. {
  102. "name": "nlf",
  103. "email": "quitlahok@gmail.com"
  104. }
  105. ],
  106. "name": "qs",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/ljharb/qs.git"
  112. },
  113. "scripts": {
  114. "coverage": "covert test",
  115. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  116. "lint": "eslint lib/*.js test/*.js",
  117. "prelint": "editorconfig-tools check * lib/* test/*",
  118. "prepublish": "safe-publish-latest && npm run dist",
  119. "pretest": "npm run --silent readme && npm run --silent lint",
  120. "readme": "evalmd README.md",
  121. "test": "npm run --silent coverage",
  122. "tests-only": "node test"
  123. },
  124. "version": "6.5.1"
  125. }