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.

67 lines
1.6 KiB

{
"_from": "typewise@^1.0.3",
"_id": "typewise@1.0.3",
"_inBundle": false,
"_integrity": "sha1-EGeTZUCvl5N8xdz5kiSG6fooRlE=",
"_location": "/typewise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "typewise@^1.0.3",
"name": "typewise",
"escapedName": "typewise",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/bytewise"
],
"_resolved": "https://registry.npmjs.org/typewise/-/typewise-1.0.3.tgz",
"_shasum": "1067936540af97937cc5dcf9922486e9fa284651",
"_spec": "typewise@^1.0.3",
"_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.0"
},
"deprecated": false,
"description": "Typewise-structured sorting for arbitrarily complex data structures",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^1.0.0"
},
"homepage": "https://github.com/deanlandolt/typewise",
"keywords": [
"typewise",
"types",
"compare",
"sort",
"order",
"collation",
"complex",
"structures",
"leveldb",
"indexeddb",
"keyvalue"
],
"license": "MIT",
"main": "index.js",
"name": "typewise",
"repository": {
"type": "git",
"url": "git+https://github.com/deanlandolt/typewise.git"
},
"scripts": {
"test": "tape test | faucet"
},
"version": "1.0.3"
}