summaryrefslogtreecommitdiff
path: root/tests/registry/npm/is-fullwidth-code-point/registry.json
blob: 6ce84854f535c81a135f5549f69aaaeb0a432471 (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "name": "is-fullwidth-code-point",
  "description": "Check if the character represented by a given Unicode code point is fullwidth",
  "dist-tags": {
    "latest": "3.0.0"
  },
  "versions": {
    "2.0.0": {
      "name": "is-fullwidth-code-point",
      "version": "2.0.0",
      "description": "Check if the character represented by a given Unicode code point is fullwidth",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
      },
      "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
      },
      "engines": {
        "node": ">=4"
      },
      "scripts": {
        "test": "xo && ava"
      },
      "files": [
        "index.js"
      ],
      "devDependencies": {
        "ava": "*",
        "xo": "*"
      },
      "xo": {
        "esnext": true
      },
      "gitHead": "e94a78056056c5546f2bf4c4cf812a2163a46dae",
      "bugs": {
        "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
      },
      "_id": "is-fullwidth-code-point@2.0.0",
      "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
      "_from": ".",
      "_npmVersion": "3.10.7",
      "_nodeVersion": "4.5.0",
      "dist": {
        "shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
        "tarball": "http://localhost:4260/is-fullwidth-code-point/is-fullwidth-code-point-2.0.0.tgz",
        "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="
      },
      "directories": {}
    },
    "3.0.0": {
      "name": "is-fullwidth-code-point",
      "version": "3.0.0",
      "description": "Check if the character represented by a given Unicode code point is fullwidth",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
      },
      "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
      },
      "engines": {
        "node": ">=8"
      },
      "scripts": {
        "test": "xo && ava && tsd-check"
      },
      "devDependencies": {
        "ava": "^1.3.1",
        "tsd-check": "^0.5.0",
        "xo": "^0.24.0"
      },
      "gitHead": "80e5e314d86e5f76bd1b0573aa9d33e615a372db",
      "bugs": {
        "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
      },
      "_id": "is-fullwidth-code-point@3.0.0",
      "_nodeVersion": "8.15.0",
      "_npmVersion": "6.9.0",
      "dist": {
        "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
        "shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
        "tarball": "http://localhost:4260/is-fullwidth-code-point/is-fullwidth-code-point-3.0.0.tgz",
        "fileCount": 5,
        "unpackedSize": 4994
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  },
  "license": "MIT",
  "readmeFilename": "readme.md"
}