65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
|
{
|
||
|
"_from": "markov",
|
||
|
"_id": "markov@0.0.7",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-NazoKuJhM/cZ4WCNIfDLwhRSq+M=",
|
||
|
"_location": "/markov",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "markov",
|
||
|
"name": "markov",
|
||
|
"escapedName": "markov",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/markov/-/markov-0.0.7.tgz",
|
||
|
"_shasum": "35ace82ae26133f719e1608d21f0cbc21452abe3",
|
||
|
"_spec": "markov",
|
||
|
"_where": "/home/dabbott/dev/chainy",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/substack/node-markov/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"deck": ">=0.0.3",
|
||
|
"hashish": ">=0.0.2",
|
||
|
"lazy": ">=1.0.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Silly markov chatbot module",
|
||
|
"devDependencies": {
|
||
|
"tape": "~1.1.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": ".",
|
||
|
"example": "./example"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.4.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/substack/node-markov#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "./index.js",
|
||
|
"name": "markov",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/substack/node-markov.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "0.0.7"
|
||
|
}
|