type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
64 lines (63 loc) • 1.75 kB
JSON
{
"_from": "sprintf-js@^1.0.3",
"_id": "sprintf-js@1.1.1",
"_inBundle": false,
"_integrity": "sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw=",
"_location": "/sprintf-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sprintf-js@^1.0.3",
"name": "sprintf-js",
"escapedName": "sprintf-js",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/codelyzer"
],
"_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz",
"_shasum": "36be78320afe5801f6cea3ee78b6e5aab940ea0c",
"_spec": "sprintf-js@^1.0.3",
"_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs\\node_modules\\codelyzer",
"author": {
"name": "Alexandru Mărășteanu",
"email": "hello@alexei.ro"
},
"bugs": {
"url": "https://github.com/alexei/sprintf.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript sprintf implementation",
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "3.19.0",
"gulp": "^3.9.1",
"gulp-benchmark": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"mocha": "^3.4.2"
},
"homepage": "https://github.com/alexei/sprintf.js#readme",
"license": "BSD-3-Clause",
"main": "src/sprintf.js",
"name": "sprintf-js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexei/sprintf.js.git"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"posttest": "npm run lint",
"test": "mocha test/test.js"
},
"version": "1.1.1"
}