{
  "_from": "csproj2ts@^1.1.0",
  "_id": "csproj2ts@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-sk0RTT51t4lUNQ7UfZrqjQx7q4g0m3iwNA6mvyh7gLsgQYvwKzfdyoAgicC9GqJvkoIkU0UmndV9c7VZ8pJ45Q==",
  "_location": "/csproj2ts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csproj2ts@^1.1.0",
    "name": "csproj2ts",
    "escapedName": "csproj2ts",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/grunt-ts"
  ],
  "_resolved": "https://registry.npmjs.org/csproj2ts/-/csproj2ts-1.1.0.tgz",
  "_shasum": "e6a8c20464b0031a16a219431ce5e4017fc780d5",
  "_spec": "csproj2ts@^1.1.0",
  "_where": "/projects/TiberPortal/tiberHealthModel/node_modules/grunt-ts",
  "author": {
    "name": "Steve Ognibene"
  },
  "bugs": {
    "url": "https://github.com/TypeStrong/csproj2ts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "es6-promise": "^4.1.1",
    "lodash": "^4.17.4",
    "semver": "^5.4.1",
    "xml2js": "^0.4.19"
  },
  "deprecated": false,
  "description": "Library to parse TypeScript config info from a Visual Studio Project file",
  "devDependencies": {
    "@types/lodash": "^4.14.80",
    "@types/node": "^8.0.47",
    "@types/nodeunit": "0.0.30",
    "@types/semver": "^5.4.0",
    "@types/xml2js": "^0.4.0",
    "grunt": "^1.0.1",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-run": "^0.6.0",
    "grunt-ts": "^6.0.0-beta.16",
    "typescript": "^2.5.3"
  },
  "homepage": "https://github.com/TypeStrong/csproj2ts",
  "keywords": [
    "typescript",
    "tsc",
    "visual",
    "studio",
    "csproj",
    "vbproj"
  ],
  "license": "MIT",
  "main": "csproj2ts.js",
  "maintainers": [
    {
      "name": "nycdotnet",
      "email": "steve.ognibene@outlook.com"
    }
  ],
  "name": "csproj2ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeStrong/csproj2ts.git"
  },
  "scripts": {
    "build": "grunt default",
    "demo": "grunt demo",
    "test": "grunt test"
  },
  "typings": "csproj2ts.d.ts",
  "version": "1.1.0"
}
