4e4b92cd8ff04d7601af3244e3c37eb608658931.svn-base
1.75 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
68
{
"_from": "unicode-length@^2.0.2",
"_id": "unicode-length@2.0.2",
"_inBundle": false,
"_integrity": "sha1-5etMDVI/33vrtZyiYcnKHPcy2pY=",
"_location": "/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-mocha-reporter"
],
"_resolved": "https://registry.npm.taobao.org/unicode-length/download/unicode-length-2.0.2.tgz",
"_shasum": "e5eb4c0d523fdf7bebb59ca261c9ca1cf732da96",
"_spec": "unicode-length@^2.0.2",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap-mocha-reporter",
"author": {
"name": "Juan Cruz Viotti",
"email": "jv@jviotti.com"
},
"bugs": {
"url": "https://github.com/jviotti/unicode-length/issues"
},
"bundleDependencies": false,
"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"
}