package.json 2.1 KB

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