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.
 

87 lines
2.7 KiB

{
"_from": "mongodb-connection-string-url@^2.5.2",
"_id": "mongodb-connection-string-url@2.5.2",
"_inBundle": false,
"_integrity": "sha512-tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA==",
"_location": "/mongodb-connection-string-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mongodb-connection-string-url@^2.5.2",
"name": "mongodb-connection-string-url",
"escapedName": "mongodb-connection-string-url",
"rawSpec": "^2.5.2",
"saveSpec": null,
"fetchSpec": "^2.5.2"
},
"_requiredBy": [
"/mongodb"
],
"_resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.2.tgz",
"_shasum": "f075c8d529e8d3916386018b8a396aed4f16e5ed",
"_spec": "mongodb-connection-string-url@^2.5.2",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc/node_modules/mongodb",
"bugs": {
"url": "https://github.com/mongodb-js/mongodb-connection-string-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/whatwg-url": "^8.2.1",
"whatwg-url": "^11.0.0"
},
"deprecated": false,
"description": "MongoDB connection strings, based on the WhatWG URL API",
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.1",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gen-esm-wrapper": "^1.1.3",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"exports": {
"require": "./lib/index.js",
"import": "./.esm-wrapper.mjs"
},
"files": [
"LICENSE",
"lib",
"package.json",
"README.md",
".esm-wrapper.mjs"
],
"homepage": "https://github.com/mongodb-js/mongodb-connection-string-url",
"keywords": [
"password",
"prompt",
"tty"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "mongodb-connection-string-url",
"repository": {
"type": "git",
"url": "git+https://github.com/mongodb-js/mongodb-connection-string-url.git"
},
"scripts": {
"build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
"compile-ts": "tsc -p tsconfig.json",
"lint": "eslint \"{src,test}/**/*.ts\"",
"prepack": "npm run build",
"test": "npm run lint && npm run build && nyc mocha --colors -r ts-node/register test/*.ts"
},
"version": "2.5.2"
}