aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json
new file mode 100644
index 00000000..378460f8
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/bytes/package.json
@@ -0,0 +1,113 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "bytes@2.1.0",
+ "scope": null,
+ "escapedName": "bytes",
+ "name": "bytes",
+ "rawSpec": "2.1.0",
+ "spec": "2.1.0",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "bytes@2.1.0",
+ "_id": "bytes@2.1.0",
+ "_inCache": true,
+ "_location": "/bytes",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "bytes@2.1.0",
+ "scope": null,
+ "escapedName": "bytes",
+ "name": "bytes",
+ "rawSpec": "2.1.0",
+ "spec": "2.1.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/body-parser",
+ "/compression",
+ "/connect"
+ ],
+ "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz",
+ "_shasum": "ac93c410e2ffc9cc7cf4b464b38289067f5e47b4",
+ "_shrinkwrap": null,
+ "_spec": "bytes@2.1.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/visionmedia/bytes.js/issues"
+ },
+ "component": {
+ "scripts": {
+ "bytes/index.js": "index.js"
+ }
+ },
+ "contributors": [
+ {
+ "name": "Jed Watson",
+ "email": "jed.watson@me.com"
+ }
+ ],
+ "dependencies": {},
+ "description": "Utility to parse a string bytes to bytes and vice-versa",
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "ac93c410e2ffc9cc7cf4b464b38289067f5e47b4",
+ "tarball": "https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz"
+ },
+ "files": [
+ "History.md",
+ "LICENSE",
+ "Readme.md",
+ "index.js"
+ ],
+ "gitHead": "86e4520cc369b34866154a53344ca50b2bb5ddcd",
+ "homepage": "https://github.com/visionmedia/bytes.js",
+ "keywords": [
+ "byte",
+ "bytes",
+ "utility",
+ "parse",
+ "parser",
+ "convert",
+ "converter"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "name": "bytes",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/visionmedia/bytes.js.git"
+ },
+ "scripts": {
+ "test": "mocha --check-leaks --reporter spec"
+ },
+ "version": "2.1.0"
+}