package.json
2.6 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
{
"_args": [
[
"long@~3",
"/Users/AlexWang/ws/LiveClass/node_modules/bytebuffer"
]
],
"_cnpm_publish_time": 1469205536823,
"_from": "long@>=3.0.0 <4.0.0",
"_id": "long@3.2.0",
"_inCache": true,
"_installable": true,
"_location": "/long",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/long-3.2.0.tgz_1469205534720_0.04028846975415945"
},
"_npmUser": {
"email": "dcode@dcode.io",
"name": "dcode"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "long",
"raw": "long@~3",
"rawSpec": "~3",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/bytebuffer"
],
"_resolved": "https://registry.npm.taobao.org/long/download/long-3.2.0.tgz",
"_shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
"_shrinkwrap": null,
"_spec": "long@~3",
"_where": "/Users/AlexWang/ws/LiveClass/node_modules/bytebuffer",
"author": {
"email": "dcode@dcode.io",
"name": "Daniel Wirtz"
},
"bugs": {
"url": "https://github.com/dcodeIO/long.js/issues"
},
"dependencies": {},
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"devDependencies": {
"closurecompiler": "^1.6",
"metascript": "~0",
"testjs": "latest"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
"size": 49179,
"tarball": "http://registry.npm.taobao.org/long/download/long-3.2.0.tgz"
},
"engines": {
"node": ">=0.6"
},
"gitHead": "8cdc1f74ced4f771aa844f1cbc565b1d4c4451b8",
"homepage": "https://github.com/dcodeIO/long.js#readme",
"keywords": [
"math"
],
"license": "Apache-2.0",
"main": "dist/long.js",
"maintainers": [
{
"email": "dcode@dcode.io",
"name": "dcode"
}
],
"name": "long",
"optionalDependencies": {},
"publish_time": 1469205536823,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/long.js.git"
},
"scripts": {
"build": "node scripts/build.js",
"compile": "ccjs dist/long.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/long.min.map > dist/long.min.js",
"compress": "gzip -c -9 dist/long.min.js > dist/long.min.js.gz",
"make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
"test": "node node_modules/testjs/bin/testjs tests/suite.js"
},
"version": "3.2.0"
}