a zip code crypto-currency system good for red ONLY

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "qs@6.5.1",
  3. "_id": "qs@6.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.5.1",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "6.5.1"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express",
  21. "/tiny-lr"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
  24. "_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
  25. "_spec": "qs@6.5.1",
  26. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/express",
  27. "bugs": {
  28. "url": "https://github.com/ljharb/qs/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. }
  37. ],
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^12.2.1",
  43. "browserify": "^14.4.0",
  44. "covert": "^1.1.0",
  45. "editorconfig-tools": "^0.1.1",
  46. "eslint": "^4.6.1",
  47. "evalmd": "^0.0.17",
  48. "iconv-lite": "^0.4.18",
  49. "mkdirp": "^0.5.1",
  50. "qs-iconv": "^1.0.4",
  51. "safe-publish-latest": "^1.1.1",
  52. "tape": "^4.8.0"
  53. },
  54. "engines": {
  55. "node": ">=0.6"
  56. },
  57. "homepage": "https://github.com/ljharb/qs",
  58. "keywords": [
  59. "querystring",
  60. "qs"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "lib/index.js",
  64. "name": "qs",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/ljharb/qs.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test",
  71. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  72. "lint": "eslint lib/*.js test/*.js",
  73. "prelint": "editorconfig-tools check * lib/* test/*",
  74. "prepublish": "safe-publish-latest && npm run dist",
  75. "pretest": "npm run --silent readme && npm run --silent lint",
  76. "readme": "evalmd README.md",
  77. "test": "npm run --silent coverage",
  78. "tests-only": "node test"
  79. },
  80. "version": "6.5.1"
  81. }