You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

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