package.json 1.5 KB

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