package.json 3.0 KB

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