package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_args": [
  3. [
  4. "is-url@1.2.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "is-url@1.2.4",
  9. "_id": "is-url@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
  12. "_location": "/is-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-url@1.2.4",
  18. "name": "is-url",
  19. "escapedName": "is-url",
  20. "rawSpec": "1.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.4"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/basic-modules",
  26. "/is2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
  29. "_spec": "1.2.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/segmentio/is-url/issues"
  33. },
  34. "description": "Check whether a string is a URL.",
  35. "devDependencies": {
  36. "mocha": "*"
  37. },
  38. "homepage": "https://github.com/segmentio/is-url#readme",
  39. "license": "MIT",
  40. "name": "is-url",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/segmentio/is-url.git"
  44. },
  45. "scripts": {
  46. "test": "mocha --reporter spec"
  47. },
  48. "version": "1.2.4"
  49. }