aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json104
1 files changed, 104 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json
new file mode 100644
index 00000000..c3bd768e
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/bl/package.json
@@ -0,0 +1,104 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "bl@~1.0.0",
+ "scope": null,
+ "escapedName": "bl",
+ "name": "bl",
+ "rawSpec": "~1.0.0",
+ "spec": ">=1.0.0 <1.1.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request"
+ ]
+ ],
+ "_from": "bl@>=1.0.0 <1.1.0",
+ "_id": "bl@1.0.3",
+ "_inCache": true,
+ "_location": "/bl",
+ "_nodeVersion": "5.6.0",
+ "_npmOperationalInternal": {
+ "host": "packages-5-east.internal.npmjs.com",
+ "tmp": "tmp/bl-1.0.3.tgz_1455187279627_0.9823597683571279"
+ },
+ "_npmUser": {
+ "name": "rvagg",
+ "email": "rod@vagg.org"
+ },
+ "_npmVersion": "3.6.0",
+ "_phantomChildren": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "1.0.0",
+ "process-nextick-args": "1.0.7",
+ "string_decoder": "0.10.31",
+ "util-deprecate": "1.0.2"
+ },
+ "_requested": {
+ "raw": "bl@~1.0.0",
+ "scope": null,
+ "escapedName": "bl",
+ "name": "bl",
+ "rawSpec": "~1.0.0",
+ "spec": ">=1.0.0 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/request"
+ ],
+ "_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz",
+ "_shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
+ "_shrinkwrap": null,
+ "_spec": "bl@~1.0.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request",
+ "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)"
+ ],
+ "bugs": {
+ "url": "https://github.com/rvagg/bl/issues"
+ },
+ "dependencies": {
+ "readable-stream": "~2.0.5"
+ },
+ "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
+ "devDependencies": {
+ "faucet": "0.0.1",
+ "hash_file": "~0.1.1",
+ "tape": "~4.4.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
+ "tarball": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz"
+ },
+ "gitHead": "906e0dd6e811c9989a2c1d46fcca22c8da9f8f5b",
+ "homepage": "https://github.com/rvagg/bl",
+ "keywords": [
+ "buffer",
+ "buffers",
+ "stream",
+ "awesomesauce"
+ ],
+ "license": "MIT",
+ "main": "bl.js",
+ "maintainers": [
+ {
+ "name": "rvagg",
+ "email": "rod@vagg.org"
+ }
+ ],
+ "name": "bl",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/rvagg/bl.git"
+ },
+ "scripts": {
+ "test": "node test/test.js | faucet"
+ },
+ "version": "1.0.3"
+}