55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"_from": "sparse-bitfield@^3.0.3",
|
|
"_id": "sparse-bitfield@3.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
|
|
"_location": "/sparse-bitfield",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "sparse-bitfield@^3.0.3",
|
|
"name": "sparse-bitfield",
|
|
"escapedName": "sparse-bitfield",
|
|
"rawSpec": "^3.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@mongodb-js/saslprep"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
|
|
"_shasum": "ff4ae6e68656056ba4b3e792ab3334d38273ca11",
|
|
"_spec": "sparse-bitfield@^3.0.3",
|
|
"_where": "/home/dorians/cronjob/node_modules/@mongodb-js/saslprep",
|
|
"author": {
|
|
"name": "Mathias Buus",
|
|
"url": "@mafintosh"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/sparse-bitfield/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"memory-pager": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer",
|
|
"devDependencies": {
|
|
"buffer-alloc": "^1.1.0",
|
|
"standard": "^9.0.0",
|
|
"tape": "^4.6.3"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/sparse-bitfield",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "sparse-bitfield",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/sparse-bitfield.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test.js"
|
|
},
|
|
"version": "3.0.3"
|
|
}
|