package.json 1.2 KB

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