diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/sparse-bitfield/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/sparse-bitfield/package.json')
-rw-r--r-- | node_modules/sparse-bitfield/package.json | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/node_modules/sparse-bitfield/package.json b/node_modules/sparse-bitfield/package.json deleted file mode 100644 index 1e1e9cb..0000000 --- a/node_modules/sparse-bitfield/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "_from": "sparse-bitfield@^3.0.3", - "_id": "sparse-bitfield@3.0.3", - "_inBundle": false, - "_integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", - "_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": [ - "/saslprep" - ], - "_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "_shasum": "ff4ae6e68656056ba4b3e792ab3334d38273ca11", - "_spec": "sparse-bitfield@^3.0.3", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/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" -} |