blob: 317561c1a0a2f098772a925e63936686619d3ecf [file] [log] [blame]
{
"_args": [
[
"dtsgenerator@2.0.8",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "dtsgenerator@2.0.8",
"_id": "dtsgenerator@2.0.8",
"_inBundle": false,
"_integrity": "sha512-vpsmEB0GSkN55CAFGXiFwpVPGYUzHx+UHjdZ8lIUM874gxMl7cUu/GBd+6i3MqJ3LzyNwKWK5O79tupm4+X+LA==",
"_location": "/dtsgenerator",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "dtsgenerator@2.0.8",
"name": "dtsgenerator",
"escapedName": "dtsgenerator",
"rawSpec": "2.0.8",
"saveSpec": null,
"fetchSpec": "2.0.8"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/dtsgenerator/-/dtsgenerator-2.0.8.tgz",
"_spec": "2.0.8",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "horiuchi"
},
"bin": {
"dtsgen": "./bin/dtsgen"
},
"bugs": {
"url": "https://github.com/horiuchi/dtsgenerator/issues"
},
"dependencies": {
"commander": "^2.20.0",
"cross-fetch": "^3.0.4",
"debug": "^4.1.1",
"glob": "^7.1.4",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"tslib": "^1.10.0"
},
"description": "TypeScript d.ts file generator for JSON Schema file",
"devDependencies": {
"@types/debug": "^4.1.4",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"@types/power-assert": "^1.5.0",
"coveralls": "^3.0.4",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"power-assert": "^1.6.1",
"remap-istanbul": "^0.13.0",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
},
"directories": {
"test": "test/"
},
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/horiuchi/dtsgenerator",
"keywords": [
"TypeScript",
"JSON Schema",
"OpenAPI"
],
"license": "MIT",
"main": "dist/core/",
"name": "dtsgenerator",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/horiuchi/dtsgenerator.git"
},
"scripts": {
"build": "tsc -p ./tsconfig-build.json",
"clean": "rimraf dist/ **/*.js **/*.js.map",
"compile": "tsc -p .",
"coverage": "remap-istanbul --input coverage/coverage.json --type text-lcov | coveralls",
"lint": "tslint --project ./tsconfig.json",
"posttest": "remap-istanbul --input coverage/coverage.json -o coverage/report -t html",
"precompile": "npm run lint",
"prepublishOnly": "npm run build",
"pretest": "npm run compile",
"test": "istanbul cover _mocha test/*.js test/**/*.js",
"test:update-snapshot": "UPDATE_SNAPSHOT=1 npm run test",
"watch": "npm run compile -- -w"
},
"typings": "dist/core/index.d.ts",
"version": "2.0.8"
}