| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "sparse-bitfield@3.0.3",
- "D:\\Projects\\scrapper-api"
- ]
- ],
- "_from": "sparse-bitfield@3.0.3",
- "_id": "sparse-bitfield@3.0.3",
- "_inBundle": false,
- "_integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=",
- "_location": "/sparse-bitfield",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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": [
- "/saslprep"
- ],
- "_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
- "_spec": "3.0.3",
- "_where": "D:\\Projects\\scrapper-api",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/sparse-bitfield/issues"
- },
- "dependencies": {
- "memory-pager": "^1.0.2"
- },
- "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"
- }
|