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
|
{
"_from": "textr@^0.3.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-cXNhKGlirI3za3omGft3OhW5t/c=",
"_location": "/textr",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "textr@^0.3.0",
"name": "textr",
"escapedName": "textr",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/at-quotes"
],
"_resolved": "https://registry.npmjs.org/textr/-/textr-0.3.0.tgz",
"_shasum": "717361286962ac8df36b7a2619fb773a15b9b7f7",
"_spec": "textr@^0.3.0",
"_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes",
"author": {
"name": "Anton Shuvalov",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/shuvalov-anton/textr/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny and extendable text transforming framework",
"devDependencies": {
"commander": "^2.7.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.11",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "0.0.2",
"should": "^5.2.0"
},
"homepage": "http://shuvalov-anton.github.io/textr/",
"keywords": [
"typographic",
"textr",
"transformer",
"text"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Anton Shuvalov",
"email": "[email protected]"
},
{
"name": "Vladimir Starkov",
"email": "[email protected]",
"url": "http://vstarkov.com/"
}
],
"name": "textr",
"repository": {
"type": "git",
"url": "git+https://github.com/shuvalov-anton/textr.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "coveralls < coverage/lcov.info",
"precoveralls": "npm run coverage",
"tdd": "npm test -- --watch",
"test": "mocha"
},
"version": "0.3.0"
}
|