063a36d588abfe23c96b2391ae0830aa94180b69.svn-base
1.71 KB
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
{
"_from": "unicode-length@^2.0.2",
"_id": "unicode-length@2.0.2",
"_inBundle": true,
"_integrity": "sha512-Ph/j1VbS3/r77nhoY2WU0GWGjVYOHL3xpKp0y/Eq2e5r0mT/6b649vm7KFO6RdAdrZkYLdxphYVgvODxPB+Ebg==",
"_location": "/tap/unicode-length",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unicode-length@^2.0.2",
"name": "unicode-length",
"escapedName": "unicode-length",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/tap/treport"
],
"_resolved": "https://registry.npmjs.org/unicode-length/-/unicode-length-2.0.2.tgz",
"_shasum": "e5eb4c0d523fdf7bebb59ca261c9ca1cf732da96",
"_spec": "unicode-length@^2.0.2",
"_where": "/Users/isaacs/dev/js/tap/node_modules/tap-mocha-reporter",
"author": {
"name": "Juan Cruz Viotti",
"email": "jv@jviotti.com"
},
"bugs": {
"url": "https://github.com/jviotti/unicode-length/issues"
},
"dependencies": {
"punycode": "^2.0.0",
"strip-ansi": "^3.0.1"
},
"deprecated": false,
"description": "Get the length of unicode strings",
"devDependencies": {
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.10.2"
},
"directories": {
"test": "tests"
},
"files": [
"lib/unicode-length.js"
],
"homepage": "https://github.com/jviotti/unicode-length",
"keywords": [
"unicode",
"string",
"length"
],
"license": "MIT",
"main": "lib/unicode-length.js",
"name": "unicode-length",
"repository": {
"type": "git",
"url": "git://github.com/jviotti/unicode-length.git"
},
"scripts": {
"lint": "standard",
"test": "node ./tests/unicode-length.spec.js | tap-spec"
},
"version": "2.0.2"
}