You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.1 KiB

{
"_from": "int64-buffer@^0.1.9",
"_id": "int64-buffer@0.1.10",
"_inBundle": false,
"_integrity": "sha1-J3siiofZWtd30HwTgyAiQGpHNCM=",
"_location": "/int64-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "int64-buffer@^0.1.9",
"name": "int64-buffer",
"escapedName": "int64-buffer",
"rawSpec": "^0.1.9",
"saveSpec": null,
"fetchSpec": "^0.1.9"
},
"_requiredBy": [
"/msgpack-lite"
],
"_resolved": "https://registry.npmjs.org/int64-buffer/-/int64-buffer-0.1.10.tgz",
"_shasum": "277b228a87d95ad777d07c13832022406a473423",
"_spec": "int64-buffer@^0.1.9",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/msgpack-lite",
"author": {
"name": "@kawanet"
},
"bugs": {
"url": "https://github.com/kawanet/int64-buffer/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "kawanet",
"email": "u-suke@kawa.net"
},
{
"name": "pizza2code",
"email": "christopher.guinnup@jhuapl.edu"
},
{
"name": "Jan Krems",
"email": "jan.krems@groupon.com"
}
],
"deprecated": false,
"description": "64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript",
"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",
"name": "int64-buffer",
"repository": {
"type": "git",
"url": "git+https://github.com/kawanet/int64-buffer.git"
},
"scripts": {
"fixpack": "fixpack",
"test": "make test"
},
"typings": "int64-buffer.d.ts",
"version": "0.1.10"
}