chainy/node_modules/markov-chains/package.json
2020-01-26 21:03:32 +02:00

80 lines
2.1 KiB
JSON

{
"_from": "markov-chains",
"_id": "markov-chains@1.0.2",
"_inBundle": false,
"_integrity": "sha1-SRBTZZgbi5EDCZBEE5graWovfBQ=",
"_location": "/markov-chains",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "markov-chains",
"name": "markov-chains",
"escapedName": "markov-chains",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/markov-chains/-/markov-chains-1.0.2.tgz",
"_shasum": "49105365981b8b910309904413982b696a2f7c14",
"_spec": "markov-chains",
"_where": "/home/dabbott/dev/chainy",
"author": {
"name": "Ben Chauvette",
"email": "bdchauvette@gmail.com",
"url": "https://github.com/bdchauvette"
},
"bugs": {
"url": "https://github.com/bdchauvette/markov-chains/issues"
},
"bundleDependencies": false,
"dependencies": {
"javascript-stringify": "^1.1.0"
},
"deprecated": false,
"description": "A general purpose markov chain generator",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.2",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-preset-es2015-native-generators": "^6.6.0",
"babel-tape-runner": "^2.0.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-babel": "^3.1.0",
"is-equal": "^1.5.1",
"rimraf": "^2.5.1",
"tape": "^4.5.1"
},
"homepage": "https://github.com/bdchauvette/markov-chains#readme",
"jsnext:main": "src/index.js",
"keywords": [
"markovify",
"markov",
"markov chain",
"omm"
],
"license": "MIT",
"main": "dist/markov-chains.js",
"name": "markov-chains",
"repository": {
"type": "git",
"url": "git://github.com/bdchauvette/markov-chains.git"
},
"scripts": {
"build": "babel src/index.js -o dist/markov-chains.js",
"clean": "rimraf dist/*",
"lint": "eslint src/",
"postversion": "git push && git push --tags",
"preversion": "npm test && npm run lint",
"test": "BABEL_ENV=test babel-tape-runner test/*.spec.js"
},
"tonicExampleFilename": "example.js",
"version": "1.0.2"
}