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
|
{
"_from": "typographic-ellipses@^1.0.11",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-ppFDtLjFYR3Tpmm3wwUmA+imlIc=",
"_location": "/typographic-ellipses",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "typographic-ellipses@^1.0.11",
"name": "typographic-ellipses",
"escapedName": "typographic-ellipses",
"rawSpec": "^1.0.11",
"saveSpec": null,
"fetchSpec": "^1.0.11"
},
"_requiredBy": [
"/at-quotes"
],
"_resolved": "https://registry.npmjs.org/typographic-ellipses/-/typographic-ellipses-1.0.11.tgz",
"_shasum": "a69143b4b8c5611dd3a669b7c3052603e8a69487",
"_spec": "typographic-ellipses@^1.0.11",
"_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes",
"author": {
"name": "Vladimir Starkov",
"email": "[email protected]",
"url": "http://vstarkov.com/"
},
"bugs": {
"url": "https://github.com/matmuchrapna/typographic-ellipses/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Avoid using periods and spaces",
"devDependencies": {
"babel": "^5.0.0",
"coveralls": "^2.11.2",
"husky": "^0.7.0",
"istanbul": "^0.3.11",
"mocha": "^2.2.1",
"mocha-lcov-reporter": "0.0.2"
},
"homepage": "https://github.com/matmuchrapna/typographic-ellipses",
"keywords": [
"textr",
"typographic",
"ellipses",
"ellipsis"
],
"license": "MIT",
"main": "index.es5.js",
"name": "typographic-ellipses",
"repository": {
"type": "git",
"url": "git+https://github.com/matmuchrapna/typographic-ellipses.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --require babel/register",
"coveralls": "coveralls < coverage/lcov.info",
"postpublish": "rm *.es5.js && git push --follow-tags",
"precommit": "npm test",
"precoveralls": "npm run coverage",
"prepublish": "npm run transpile",
"tdd": "mocha --require babel/register --watch",
"test": "mocha --require babel/register",
"transpile": "babel index.js > index.es5.js"
},
"version": "1.0.11"
}
|