package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "mongodb-connection-string-url@^2.4.1",
  3. "_id": "mongodb-connection-string-url@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mZUXF6nUzRWk5J3h41MsPv13ukWlH4jOMSk6astVeoZ1EbdTJyF5I3wxKkvqBAOoVtzLgyEYUvDjrGdcPlKjAw==",
  6. "_location": "/mongodb-connection-string-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mongodb-connection-string-url@^2.4.1",
  12. "name": "mongodb-connection-string-url",
  13. "escapedName": "mongodb-connection-string-url",
  14. "rawSpec": "^2.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.1"
  17. },
  18. "_requiredBy": [
  19. "/mongodb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.4.2.tgz",
  22. "_shasum": "422861119764796420889f9b0416b957e1b0bde0",
  23. "_spec": "mongodb-connection-string-url@^2.4.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongodb",
  25. "bugs": {
  26. "url": "https://github.com/mongodb-js/mongodb-connection-string-url/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@types/whatwg-url": "^8.2.1",
  31. "whatwg-url": "^11.0.0"
  32. },
  33. "deprecated": false,
  34. "description": "MongoDB connection strings, based on the WhatWG URL API",
  35. "devDependencies": {
  36. "@types/chai": "^4.2.5",
  37. "@types/mocha": "^8.0.3",
  38. "@types/node": "^14.11.1",
  39. "@typescript-eslint/eslint-plugin": "^4.2.0",
  40. "@typescript-eslint/parser": "^4.2.0",
  41. "chai": "^4.2.0",
  42. "eslint": "^7.9.0",
  43. "eslint-config-semistandard": "^15.0.1",
  44. "eslint-config-standard": "^14.1.1",
  45. "eslint-plugin-import": "^2.22.0",
  46. "eslint-plugin-node": "^11.1.0",
  47. "eslint-plugin-promise": "^4.2.1",
  48. "eslint-plugin-standard": "^4.0.1",
  49. "gen-esm-wrapper": "^1.1.3",
  50. "mocha": "^8.1.3",
  51. "nyc": "^15.1.0",
  52. "ts-node": "^9.0.0",
  53. "typescript": "^4.0.3"
  54. },
  55. "exports": {
  56. "require": "./lib/index.js",
  57. "import": "./.esm-wrapper.mjs"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "lib",
  62. "package.json",
  63. "README.md",
  64. ".esm-wrapper.mjs"
  65. ],
  66. "homepage": "https://github.com/mongodb-js/mongodb-connection-string-url",
  67. "keywords": [
  68. "password",
  69. "prompt",
  70. "tty"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "lib/index.js",
  74. "name": "mongodb-connection-string-url",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/mongodb-js/mongodb-connection-string-url.git"
  78. },
  79. "scripts": {
  80. "build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
  81. "compile-ts": "tsc -p tsconfig.json",
  82. "lint": "eslint \"{src,test}/**/*.ts\"",
  83. "prepack": "npm run build",
  84. "test": "npm run lint && npm run build && nyc mocha --colors -r ts-node/register test/*.ts"
  85. },
  86. "version": "2.4.2"
  87. }