package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "url@^0.11.0",
  3. "_id": "url@0.11.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
  6. "_location": "/url",
  7. "_phantomChildren": {
  8. "side-channel": "1.0.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "url@^0.11.0",
  14. "name": "url",
  15. "escapedName": "url",
  16. "rawSpec": "^0.11.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.11.0"
  19. },
  20. "_requiredBy": [
  21. "/node-libs-browser"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/url/-/url-0.11.4.tgz",
  24. "_shasum": "adca77b3562d56b72746e76b330b7f27b6721f3c",
  25. "_spec": "url@^0.11.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\node-libs-browser",
  27. "author": {
  28. "name": "defunctzombie"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/defunctzombie/node-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "punycode": "^1.4.1",
  36. "qs": "^6.12.3"
  37. },
  38. "deprecated": false,
  39. "description": "The core `url` packaged standalone for use with Browserify.",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^21.1.1",
  42. "acorn": "^8.12.1",
  43. "aud": "^2.0.4",
  44. "eslint": "=8.8.0",
  45. "mocha": "^3.5.3",
  46. "nyc": "^10.3.2",
  47. "zuul": "^3.12.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.4"
  51. },
  52. "homepage": "https://github.com/defunctzombie/node-url#readme",
  53. "keywords": [
  54. "parsing",
  55. "url",
  56. "analyze"
  57. ],
  58. "license": "MIT",
  59. "main": "./url.js",
  60. "name": "url",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/defunctzombie/node-url.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint .",
  67. "posttest": "aud --production",
  68. "pretest": "npm run lint",
  69. "test": "npm run tests-only",
  70. "test-local": "zuul --local -- test/index.js",
  71. "tests-only": "nyc mocha",
  72. "zuul": "zuul -- test/index.js"
  73. },
  74. "version": "0.11.4"
  75. }