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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "prepend-http@^1.0.1",
  3. "_id": "prepend-http@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
  6. "_location": "/prepend-http",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prepend-http@^1.0.1",
  12. "name": "prepend-http",
  13. "escapedName": "prepend-http",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/url-parse-lax"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
  22. "_shasum": "d4f4562b0ce3696e41ac52d0e002e57a635dc6dc",
  23. "_spec": "prepend-http@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\url-parse-lax",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/prepend-http/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/prepend-http#readme",
  47. "keywords": [
  48. "prepend",
  49. "protocol",
  50. "scheme",
  51. "url",
  52. "uri",
  53. "http",
  54. "https",
  55. "humanized"
  56. ],
  57. "license": "MIT",
  58. "name": "prepend-http",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/prepend-http.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava"
  65. },
  66. "version": "1.0.4"
  67. }