diff options
Diffstat (limited to 'node_modules/at-quotes/package.json')
| -rw-r--r-- | node_modules/at-quotes/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/at-quotes/package.json b/node_modules/at-quotes/package.json new file mode 100644 index 0000000..094e318 --- /dev/null +++ b/node_modules/at-quotes/package.json @@ -0,0 +1,79 @@ +{ + "_from": "at-quotes", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-bl448PqZWKvmqqDI7fnU90nU/xh/botXWWx4gBrpf49RH811wMUYNB4VGhX/phfulIaHXjJlUCb6wV9pDA+SbQ==", + "_location": "/at-quotes", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "at-quotes", + "name": "at-quotes", + "escapedName": "at-quotes", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/at-quotes/-/at-quotes-1.3.3.tgz", + "_shasum": "def1a8be9c9c8134a67c5416ae9602fe37130f0e", + "_spec": "at-quotes", + "_where": "E:\\Documents\\GitHub\\s5nical", + "author": { + "name": "Alexander Gudulin", + "email": "[email protected]", + "url": "http://gudulin.com" + }, + "babel": { + "presets": [ + "es2015" + ] + }, + "bugs": { + "url": "https://github.com/agudulin/at-quotes/issues" + }, + "bundleDependencies": false, + "dependencies": { + "textr": "^0.3.0", + "typographic-ellipses": "^1.0.11", + "typographic-quotes": "^2.0.1", + "typographic-single-spaces": "^1.0.2" + }, + "deprecated": false, + "description": "Random quotes from Adventure Time", + "devDependencies": { + "ava": "^0.25.0", + "babel": "^6.23.0", + "babel-cli": "^6.26.0", + "babel-core": "^6.26.3", + "babel-preset-es2015": "^6.24.1", + "husky": "^1.1.0", + "standard": "^12.0.1" + }, + "homepage": "https://github.com/agudulin/at-quotes#readme", + "keywords": [ + "adventure time", + "adventure", + "random quote" + ], + "license": "MIT", + "main": "./dist/index.js", + "name": "at-quotes", + "repository": { + "type": "git", + "url": "git+https://github.com/agudulin/at-quotes.git" + }, + "scripts": { + "postpublish": "rm -rf ./dist", + "pre-push": "npm test", + "pre-test": "npm run transpile", + "prepublish": "npm run transpile", + "test": "standard && ava", + "transpile": "babel --stage 0 ./src -d ./dist" + }, + "version": "1.3.3" +} |