package.json
2.5 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
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
{
"_args": [
[
"string.prototype.codepointat@^0.2.0",
"/Users/AlexWang/ws/LiveClass/node_modules/utf-8"
]
],
"_cnpm_publish_time": 1397154433825,
"_from": "string.prototype.codepointat@>=0.2.0 <0.3.0",
"_id": "string.prototype.codepointat@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/string.prototype.codepointat",
"_npmUser": {
"email": "mathias@qiwi.be",
"name": "mathias"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "string.prototype.codepointat",
"raw": "string.prototype.codepointat@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/utf-8"
],
"_resolved": "https://registry.npm.taobao.org/string.prototype.codepointat/download/string.prototype.codepointat-0.2.0.tgz",
"_shasum": "6b26e9bd3afcaa7be3b4269b526de1b82000ac78",
"_shrinkwrap": null,
"_spec": "string.prototype.codepointat@^0.2.0",
"_where": "/Users/AlexWang/ws/LiveClass/node_modules/utf-8",
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues"
},
"dependencies": {},
"description": "A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.",
"devDependencies": {},
"directories": {
"test": "tests"
},
"dist": {
"noattachment": false,
"shasum": "6b26e9bd3afcaa7be3b4269b526de1b82000ac78",
"size": 2709,
"tarball": "http://registry.npm.taobao.org/string.prototype.codepointat/download/string.prototype.codepointat-0.2.0.tgz"
},
"files": [
"LICENSE-MIT.txt",
"codepointat.js"
],
"homepage": "http://mths.be/codepointat",
"keywords": [
"string",
"unicode",
"es6",
"ecmascript",
"polyfill"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"main": "codepointat.js",
"maintainers": [
{
"email": "mathias@qiwi.be",
"name": "mathias"
}
],
"name": "string.prototype.codepointat",
"optionalDependencies": {},
"publish_time": 1397154433825,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/String.prototype.codePointAt.git"
},
"scripts": {
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
"test": "node tests/tests.js"
},
"version": "0.2.0"
}