仲裁视频会议H5

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@2.1.0",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ipaddr.js@2.1.0",
  10. "_id": "ipaddr.js@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==",
  13. "_location": "/ipaddr.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ipaddr.js@2.1.0",
  19. "name": "ipaddr.js",
  20. "escapedName": "ipaddr.js",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "whitequark",
  33. "email": "whitequark@whitequark.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/whitequark/ipaddr.js/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  40. "devDependencies": {
  41. "eslint": "*",
  42. "mocha": "*",
  43. "uglify-es": "*"
  44. },
  45. "directories": {
  46. "lib": "./lib"
  47. },
  48. "engines": {
  49. "node": ">= 10"
  50. },
  51. "files": [
  52. "lib/",
  53. "LICENSE",
  54. "ipaddr.min.js"
  55. ],
  56. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  57. "keywords": [
  58. "ip",
  59. "ipv4",
  60. "ipv6"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/ipaddr.js",
  64. "name": "ipaddr.js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/whitequark/ipaddr.js.git"
  68. },
  69. "scripts": {
  70. "build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js",
  71. "lint": "npx eslint lib test",
  72. "lintfix": "npx eslint --fix lib test",
  73. "test": "npx _mocha"
  74. },
  75. "types": "./lib/ipaddr.js.d.ts",
  76. "version": "2.1.0"
  77. }