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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "isurl@^1.0.0-alpha5",
  3. "_id": "isurl@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==",
  6. "_location": "/isurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isurl@^1.0.0-alpha5",
  12. "name": "isurl",
  13. "escapedName": "isurl",
  14. "rawSpec": "^1.0.0-alpha5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0-alpha5"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/got",
  20. "/caw",
  21. "/got"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz",
  24. "_shasum": "b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67",
  25. "_spec": "isurl@^1.0.0-alpha5",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\caw",
  27. "author": {
  28. "name": "Steven Vachon",
  29. "email": "contact@svachon.com",
  30. "url": "https://www.svachon.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/stevenvachon/isurl/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "has-to-string-tag-x": "^1.2.0",
  38. "is-object": "^1.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "Checks whether a value is a WHATWG URL.",
  42. "devDependencies": {
  43. "chai": "^4.0.2",
  44. "mocha": "^3.4.2",
  45. "semver": "^5.3.0",
  46. "universal-url": "^1.0.0"
  47. },
  48. "engines": {
  49. "node": ">= 4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/stevenvachon/isurl#readme",
  55. "keywords": [
  56. "uri",
  57. "url",
  58. "whatwg"
  59. ],
  60. "license": "MIT",
  61. "name": "isurl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/stevenvachon/isurl.git"
  65. },
  66. "scripts": {
  67. "test": "mocha test --check-leaks --bail"
  68. },
  69. "version": "1.0.0"
  70. }