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.

62 lines
1.6 KiB

{
"_from": "bytewise-core@^1.2.2",
"_id": "bytewise-core@1.2.3",
"_inBundle": false,
"_integrity": "sha1-P7QQx+kVWOsasiqCg0V3qmvWHUI=",
"_location": "/bytewise-core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bytewise-core@^1.2.2",
"name": "bytewise-core",
"escapedName": "bytewise-core",
"rawSpec": "^1.2.2",
"saveSpec": null,
"fetchSpec": "^1.2.2"
},
"_requiredBy": [
"/bytewise"
],
"_resolved": "https://registry.npmjs.org/bytewise-core/-/bytewise-core-1.2.3.tgz",
"_shasum": "3fb410c7e91558eb1ab22a82834577aa6bd61d42",
"_spec": "bytewise-core@^1.2.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/bytewise",
"author": {
"name": "Dean Landolt",
"email": "dean@deanlandolt.com"
},
"bugs": {
"url": "https://github.com/deanlandolt/bytewise/issues"
},
"bundleDependencies": false,
"dependencies": {
"typewise-core": "^1.2"
},
"deprecated": false,
"description": "Binary serialization of arbitrarily complex structures that sort element-wise",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^1.0"
},
"homepage": "https://github.com/deanlandolt/bytewise-core",
"keywords": [
"binary",
"sort",
"collation",
"serialization",
"leveldb",
"indexeddb"
],
"license": "MIT",
"main": "index.js",
"name": "bytewise-core",
"repository": {
"type": "git",
"url": "git+https://github.com/deanlandolt/bytewise-core.git"
},
"scripts": {
"test": "tape test | faucet"
},
"version": "1.2.3"
}