package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "querystring@^0.2.0",
  3. "_id": "querystring@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",
  6. "_location": "/querystring",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "querystring@^0.2.0",
  12. "name": "querystring",
  13. "escapedName": "querystring",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/native-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",
  22. "_shasum": "40d77615bb09d16902a85c3e38aa8b5ed761c2dd",
  23. "_spec": "querystring@^0.2.0",
  24. "_where": "/Users/jane/myproject/node_modules/native-url",
  25. "author": {
  26. "name": "Irakli Gozalishvili",
  27. "email": "rfobic@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/Gozala/querystring/issues/"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node's querystring module for all engines.",
  35. "devDependencies": {
  36. "retape": "~0.x.0",
  37. "tape": "~0.1.5",
  38. "test": "~0.x.0"
  39. },
  40. "engines": {
  41. "node": ">=0.4.x"
  42. },
  43. "homepage": "https://github.com/Gozala/querystring#readme",
  44. "id": "querystring",
  45. "keywords": [
  46. "commonjs",
  47. "query",
  48. "querystring"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "querystring",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/Gozala/querystring.git",
  56. "web": "https://github.com/Gozala/querystring"
  57. },
  58. "scripts": {
  59. "test": "npm run test-node && npm run test-tap",
  60. "test-node": "node ./test/common-index.js",
  61. "test-tap": "node ./test/tap-index.js"
  62. },
  63. "version": "0.2.1"
  64. }