package.json 2.2 KB

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