package.json
2.7 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
94
95
96
97
98
99
100
101
{
"_args": [
[
"utf-8",
"/Users/AlexWang/ws/LiveClass"
]
],
"_cnpm_publish_time": 1435253139310,
"_from": "utf-8@latest",
"_id": "utf-8@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/utf-8",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "nfroidure@elitwork.com",
"name": "nfroidure"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "utf-8",
"raw": "utf-8",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/utf-8/download/utf-8-1.0.0.tgz",
"_shasum": "429c09fb1ac32cebaf565961eda48cb3f4522197",
"_shrinkwrap": null,
"_spec": "utf-8",
"_where": "/Users/AlexWang/ws/LiveClass",
"author": {
"name": "Nicolas Froidure"
},
"bugs": {
"url": "https://github.com/nfroidure/UTF8.js/issues"
},
"dependencies": {
"string.fromcodepoint": "^0.2.1",
"string.prototype.codepointat": "^0.2.0"
},
"description": "Encode/decode UTF8.",
"devDependencies": {
"coveralls": "~2.11.2",
"istanbul": "~0.3.16",
"karma": "~0.12.37",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.6",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "0.0.2"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "429c09fb1ac32cebaf565961eda48cb3f4522197",
"size": 10003,
"tarball": "http://registry.npm.taobao.org/utf-8/download/utf-8-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "f2ba4f9207957ab81e500935915c65853bfd3fe4",
"homepage": "https://github.com/nfroidure/UTF8.js",
"keywords": [
"utf-8",
"encode",
"decode",
"encoder",
"decoder",
"strict"
],
"main": "./src/UTF8.js",
"maintainers": [
{
"email": "nfroidure@elitwork.com",
"name": "nfroidure"
}
],
"name": "utf-8",
"optionalDependencies": {},
"preferGlobal": "false",
"publish_time": 1435253139310,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nfroidure/UTF8.js.git"
},
"scripts": {
"cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
"coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "node_modules/mocha/bin/mocha tests/*.mocha.js"
},
"version": "1.0.0"
}