{
  "_args": [
    [
      "@tediousjs/connection-string@0.3.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "@tediousjs/connection-string@0.3.0",
  "_id": "@tediousjs/connection-string@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-d/keJiNKfpHo+GmSB8QcsAwBx8h+V1UbdozA5TD+eSLXprNY53JAYub47J9evsSKWDdNG5uVj0FiMozLKuzowQ==",
  "_location": "/@tediousjs/connection-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tediousjs/connection-string@0.3.0",
    "name": "@tediousjs/connection-string",
    "escapedName": "@tediousjs%2fconnection-string",
    "scope": "@tediousjs",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Dan Hensby",
    "email": "git@hens.by"
  },
  "bugs": {
    "url": "https://github.com/tediousjs/connection-string/issues"
  },
  "dependencies": {},
  "description": "SQL ConnectionString parser",
  "devDependencies": {
    "@types/node": "^14.14.22",
    "chai": "^4.2.0",
    "mocha": "^8.2.1",
    "prettier": "^2.2.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.3"
  },
  "files": [
    "/lib/**"
  ],
  "homepage": "https://github.com/tediousjs/connection-string#readme",
  "keywords": [
    "mssql",
    "tsql",
    "connectionstring"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@tediousjs/connection-string",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tediousjs/connection-string.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "rm -rf lib && tsc",
    "test": "mocha test/**/*",
    "test-pipeline": "mocha --forbid-only test/**/*"
  },
  "types": "lib/index.d.ts",
  "version": "0.3.0"
}
