UNPKG

1.8 kBJSONView Raw
1{
2 "_from": "unicode-length@^2.0.2",
3 "_id": "unicode-length@2.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-Ph/j1VbS3/r77nhoY2WU0GWGjVYOHL3xpKp0y/Eq2e5r0mT/6b649vm7KFO6RdAdrZkYLdxphYVgvODxPB+Ebg==",
6 "_location": "/unicode-length",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "unicode-length@^2.0.2",
12 "name": "unicode-length",
13 "escapedName": "unicode-length",
14 "rawSpec": "^2.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.2"
17 },
18 "_requiredBy": [
19 "/tap-mocha-reporter",
20 "/treport"
21 ],
22 "_resolved": "https://registry.npmjs.org/unicode-length/-/unicode-length-2.0.2.tgz",
23 "_shasum": "e5eb4c0d523fdf7bebb59ca261c9ca1cf732da96",
24 "_spec": "unicode-length@^2.0.2",
25 "_where": "/Users/isaacs/dev/js/tap/node_modules/tap-mocha-reporter",
26 "author": {
27 "name": "Juan Cruz Viotti",
28 "email": "jv@jviotti.com"
29 },
30 "bugs": {
31 "url": "https://github.com/jviotti/unicode-length/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "punycode": "^2.0.0",
36 "strip-ansi": "^3.0.1"
37 },
38 "deprecated": false,
39 "description": "Get the length of unicode strings",
40 "devDependencies": {
41 "standard": "^12.0.1",
42 "tap-spec": "^5.0.0",
43 "tape": "^4.10.2"
44 },
45 "directories": {
46 "test": "tests"
47 },
48 "files": [
49 "lib/unicode-length.js"
50 ],
51 "homepage": "https://github.com/jviotti/unicode-length",
52 "keywords": [
53 "unicode",
54 "string",
55 "length"
56 ],
57 "license": "MIT",
58 "main": "lib/unicode-length.js",
59 "name": "unicode-length",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/jviotti/unicode-length.git"
63 },
64 "scripts": {
65 "lint": "standard",
66 "test": "node ./tests/unicode-length.spec.js | tap-spec"
67 },
68 "version": "2.0.2"
69}