package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "strict-uri-encode@1.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "strict-uri-encode@1.1.0",
  9. "_id": "strict-uri-encode@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
  12. "_location": "/strict-uri-encode",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strict-uri-encode@1.1.0",
  18. "name": "strict-uri-encode",
  19. "escapedName": "strict-uri-encode",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/query-string"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Kevin Mårtensson",
  32. "email": "kevinmartensson@gmail.com",
  33. "url": "github.com/kevva"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kevva/strict-uri-encode/issues"
  37. },
  38. "description": "A stricter URI encode adhering to RFC 3986",
  39. "devDependencies": {
  40. "ava": "^0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/kevva/strict-uri-encode#readme",
  49. "keywords": [
  50. "component",
  51. "encode",
  52. "RFC3986",
  53. "uri"
  54. ],
  55. "license": "MIT",
  56. "name": "strict-uri-encode",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/kevva/strict-uri-encode.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js"
  63. },
  64. "version": "1.1.0"
  65. }