package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "native-url@^0.2.6",
  3. "_id": "native-url@0.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==",
  6. "_location": "/native-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "native-url@^0.2.6",
  12. "name": "native-url",
  13. "escapedName": "native-url",
  14. "rawSpec": "^0.2.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.6"
  17. },
  18. "_requiredBy": [
  19. "/@pmmmwh/react-refresh-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz",
  22. "_shasum": "ca1258f5ace169c716ff44eccbddb674e10399ae",
  23. "_spec": "native-url@^0.2.6",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
  25. "author": {
  26. "name": "Janicklas Ralph"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/GoogleChromeLabs/native-url/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "querystring": "^0.2.0"
  34. },
  35. "deprecated": false,
  36. "description": "Brings the node url api layer to whatwg-url class",
  37. "devDependencies": {
  38. "husky": "^3.0.5",
  39. "jest": "^24.9.0",
  40. "karmatic": "^1.4.0",
  41. "lint-staged": "^9.2.5",
  42. "microbundle": "^0.11.0",
  43. "prettier": "^1.18.2",
  44. "webpack": "^4.41.2"
  45. },
  46. "files": [
  47. "dist",
  48. "third_party/url.d.ts"
  49. ],
  50. "homepage": "https://github.com/GoogleChromeLabs/native-url#readme",
  51. "husky": {
  52. "hooks": {
  53. "pre-commit": "yarn run test && lint-staged"
  54. }
  55. },
  56. "jsdelivr": "dist/index.umd.js",
  57. "keywords": [
  58. "url",
  59. "uri",
  60. "normalization",
  61. "normalisation",
  62. "query",
  63. "querystring",
  64. "whatwg-url",
  65. "parse",
  66. "format",
  67. "resolve",
  68. "resolveObject"
  69. ],
  70. "license": "Apache-2.0",
  71. "lint-staged": {
  72. "{src,tests}/**/*.js": [
  73. "prettier --write",
  74. "git add"
  75. ]
  76. },
  77. "main": "dist/index.js",
  78. "module": "dist/index.mjs",
  79. "name": "native-url",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/GoogleChromeLabs/native-url.git"
  83. },
  84. "scripts": {
  85. "build": "microbundle",
  86. "pretest": "yarn run build",
  87. "test": "jest && karmatic",
  88. "test:browser": "karmatic",
  89. "test:node": "jest"
  90. },
  91. "source": "src/index.js",
  92. "typings": "third_party/url.d.ts",
  93. "unpkg": "dist/index.umd.js",
  94. "version": "0.2.6"
  95. }