node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
60 lines (59 loc) • 1.42 kB
JSON
{
"_args": [
[
"url-join@1.1.0",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
]
],
"_from": "url-join@1.1.0",
"_id": "url-join@1.1.0",
"_inBundle": false,
"_integrity": "sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=",
"_location": "/url-join",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "url-join@1.1.0",
"name": "url-join",
"escapedName": "url-join",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/botbuilder"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
"author": {
"name": "José F. Romaniello",
"email": "jfromaniello@gmail.com",
"url": "http://joseoncode.com"
},
"bugs": {
"url": "https://github.com/jfromaniello/url-join/issues"
},
"description": "Join urls and normalize as in path.join.",
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1"
},
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"url",
"join"
],
"license": "MIT",
"main": "lib/url-join.js",
"name": "url-join",
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"scripts": {
"test": "mocha --require should"
},
"version": "1.1.0"
}