Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / raw-body / package.json
diff --git a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/raw-body/package.json b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/raw-body/package.json
deleted file mode 100644 (file)
index 7c9731c..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-{
-  "name": "raw-body",
-  "description": "Get and validate the raw body of a readable stream.",
-  "version": "1.3.2",
-  "author": {
-    "name": "Jonathan Ong",
-    "email": "me@jongleberry.com",
-    "url": "http://jongleberry.com"
-  },
-  "contributors": [
-    {
-      "name": "Douglas Christopher Wilson",
-      "email": "doug@somethingdoug.com"
-    },
-    {
-      "name": "Raynos",
-      "email": "raynos2@gmail.com"
-    }
-  ],
-  "license": "MIT",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/stream-utils/raw-body"
-  },
-  "dependencies": {
-    "bytes": "1.0.0",
-    "iconv-lite": "0.4.6"
-  },
-  "devDependencies": {
-    "istanbul": "0.3.5",
-    "mocha": "~2.1.0",
-    "readable-stream": "~1.0.33",
-    "through2": "0.6.3"
-  },
-  "engines": {
-    "node": ">= 0.8.0"
-  },
-  "scripts": {
-    "test": "mocha --reporter spec --bail test/",
-    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
-    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
-  },
-  "gitHead": "8a5d04462f753f106eaaa762af552e5303a2c26e",
-  "bugs": {
-    "url": "https://github.com/stream-utils/raw-body/issues"
-  },
-  "homepage": "https://github.com/stream-utils/raw-body",
-  "_id": "raw-body@1.3.2",
-  "_shasum": "0e186f27c5fbfe326d8b3062774804564a0ecf93",
-  "_from": "raw-body@1.3.2",
-  "_npmVersion": "1.4.28",
-  "_npmUser": {
-    "name": "dougwilson",
-    "email": "doug@somethingdoug.com"
-  },
-  "maintainers": [
-    {
-      "name": "jongleberry",
-      "email": "jonathanrichardong@gmail.com"
-    },
-    {
-      "name": "dougwilson",
-      "email": "doug@somethingdoug.com"
-    }
-  ],
-  "dist": {
-    "shasum": "0e186f27c5fbfe326d8b3062774804564a0ecf93",
-    "tarball": "http://registry.npmjs.org/raw-body/-/raw-body-1.3.2.tgz"
-  },
-  "directories": {},
-  "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.2.tgz"
-}