node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
67 lines (66 loc) • 1.7 kB
JSON
{
"_args": [
[
"sprintf-js@1.1.1",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
]
],
"_from": "sprintf-js@1.1.1",
"_id": "sprintf-js@1.1.1",
"_inBundle": false,
"_integrity": "sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw=",
"_location": "/sprintf-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sprintf-js@1.1.1",
"name": "sprintf-js",
"escapedName": "sprintf-js",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/botbuilder"
],
"_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
"author": {
"name": "Alexandru Mărășteanu",
"email": "hello@alexei.ro"
},
"bugs": {
"url": "https://github.com/alexei/sprintf.js/issues"
},
"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"
}