aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bl/package.json
diff options
context:
space:
mode:
authorScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
committerScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
commita927497b43cbe1438f3d7478932f3f7d03ea347c (patch)
tree0a3c88978b4294fb30afad58daa86c46fbedc2f6 /node_modules/bl/package.json
parentba5fa694351774f2684c1aefdc215da5c6f39ba6 (diff)
parentf0db5bbbcd623812a391862d217519afafe197c6 (diff)
downloadtwilight-trunk.tar.gz
twilight-trunk.tar.bz2
twilight-trunk.zip
Merge branch 'deprecation' into 'trunk'HEADtrunk
Disable the Twilight Package Manager See merge request minteck/twilight!1
Diffstat (limited to 'node_modules/bl/package.json')
-rw-r--r--node_modules/bl/package.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/node_modules/bl/package.json b/node_modules/bl/package.json
deleted file mode 100644
index 6c80bf8..0000000
--- a/node_modules/bl/package.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "bl",
- "version": "5.0.0",
- "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
- "license": "MIT",
- "main": "bl.js",
- "scripts": {
- "lint": "standard *.js test/*.js",
- "test": "npm run lint && node test/test.js | faucet"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rvagg/bl.git"
- },
- "homepage": "https://github.com/rvagg/bl",
- "authors": [
- "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
- "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
- "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
- ],
- "keywords": [
- "buffer",
- "buffers",
- "stream",
- "awesomesauce"
- ],
- "dependencies": {
- "buffer": "^6.0.3",
- "inherits": "^2.0.4",
- "readable-stream": "^3.4.0"
- },
- "devDependencies": {
- "faucet": "~0.0.1",
- "standard": "^16.0.3",
- "tape": "^5.2.2"
- }
-}