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.

63 lines
1.5 KiB

{
"_from": "bytewise@~1.1.0",
"_id": "bytewise@1.1.0",
"_inBundle": false,
"_integrity": "sha1-HRPL/3F65xWAlKqIGzXQgbOHJT4=",
"_location": "/bytewise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bytewise@~1.1.0",
"name": "bytewise",
"escapedName": "bytewise",
"rawSpec": "~1.1.0",
"saveSpec": null,
"fetchSpec": "~1.1.0"
},
"_requiredBy": [
"/level-sublevel"
],
"_resolved": "https://registry.npmjs.org/bytewise/-/bytewise-1.1.0.tgz",
"_shasum": "1d13cbff717ae7158094aa881b35d081b387253e",
"_spec": "bytewise@~1.1.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/level-sublevel",
"author": {
"name": "Dean Landolt",
"email": "dean@deanlandolt.com"
},
"bugs": {
"url": "https://github.com/deanlandolt/bytewise/issues"
},
"bundleDependencies": false,
"dependencies": {
"bytewise-core": "^1.2.2",
"typewise": "^1.0.3"
},
"deprecated": false,
"description": "Binary serialization which sorts bytewise for arbirarily complex data structures",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^1.0.0"
},
"homepage": "https://github.com/deanlandolt/bytewise",
"keywords": [
"binary",
"sort",
"collation",
"serialization",
"leveldb",
"indexeddb"
],
"license": "MIT",
"main": "index.js",
"name": "bytewise",
"repository": {
"type": "git",
"url": "git+https://github.com/deanlandolt/bytewise.git"
},
"scripts": {
"test": "tape test | faucet"
},
"version": "1.1.0"
}