aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/simple-concat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/simple-concat/package.json')
-rw-r--r--node_modules/simple-concat/package.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/node_modules/simple-concat/package.json b/node_modules/simple-concat/package.json
deleted file mode 100644
index 2bb2c60..0000000
--- a/node_modules/simple-concat/package.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "simple-concat",
- "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!",
- "version": "1.0.1",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "https://feross.org"
- },
- "bugs": {
- "url": "https://github.com/feross/simple-concat/issues"
- },
- "dependencies": {},
- "devDependencies": {
- "standard": "*",
- "tape": "^5.0.1"
- },
- "homepage": "https://github.com/feross/simple-concat",
- "keywords": [
- "concat",
- "concat-stream",
- "concat stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/simple-concat.git"
- },
- "scripts": {
- "test": "standard && tape test/*.js"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
-}