1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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"
}
|