forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (60 loc) · 1.34 KB
/
package.json
File metadata and controls
61 lines (60 loc) · 1.34 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
{
"name": "int64-buffer",
"description": "64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript",
"version": "0.1.10",
"author": "@kawanet",
"bugs": {
"url": "https://github.com/kawanet/int64-buffer/issues"
},
"contributors": [
"kawanet <u-suke@kawa.net>",
"pizza2code <christopher.guinnup@jhuapl.edu>",
"Jan Krems <jan.krems@groupon.com>"
],
"devDependencies": {
"jshint": "^2.9.5",
"mocha": "^4.0.1",
"uglify-js": "^3.1.10",
"zuul": "^3.11.1"
},
"homepage": "https://github.com/kawanet/int64-buffer",
"jshintConfig": {
"globals": {
"describe": true,
"it": true,
"window": true
},
"node": true,
"undef": true,
"unused": true
},
"keywords": [
"64bit",
"IEEE-754",
"arraybuffer",
"buffer",
"int",
"int64",
"int8array",
"integer",
"long",
"longlong",
"signed",
"uint64",
"unsinged"
],
"license": "MIT",
"main": "int64-buffer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kawanet/int64-buffer.git"
},
"scripts": {
"fixpack": "fixpack",
"test": "make test"
},
"typings": "int64-buffer.d.ts"
,"_resolved": "https://registry.npmjs.org/int64-buffer/-/int64-buffer-0.1.10.tgz"
,"_integrity": "sha1-J3siiofZWtd30HwTgyAiQGpHNCM="
,"_from": "int64-buffer@0.1.10"
}