[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / depd / package.json
index 527f11b..96dd6bc 100644 (file)
@@ -1,27 +1,35 @@
 {
-  "_from": "depd@~2.0.0",
-  "_id": "depd@2.0.0",
+  "_args": [
+    [
+      "depd@1.1.2",
+      "/opt/source/offload.js"
+    ]
+  ],
+  "_from": "depd@1.1.2",
+  "_id": "depd@1.1.2",
   "_inBundle": false,
-  "_integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+  "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
   "_location": "/depd",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "depd@~2.0.0",
+    "raw": "depd@1.1.2",
     "name": "depd",
     "escapedName": "depd",
-    "rawSpec": "~2.0.0",
+    "rawSpec": "1.1.2",
     "saveSpec": null,
-    "fetchSpec": "~2.0.0"
+    "fetchSpec": "1.1.2"
   },
   "_requiredBy": [
-    "/express-session"
+    "/body-parser",
+    "/express",
+    "/http-errors",
+    "/send"
   ],
-  "_resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
-  "_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
-  "_spec": "depd@~2.0.0",
-  "_where": "/home/kenshin.choi/workspace/MDE-Framework/DeviceWebServer/GlobalServiceApp_Tau_VDHomeScreen/node_modules/express-session",
+  "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+  "_spec": "1.1.2",
+  "_where": "/opt/source/offload.js",
   "author": {
     "name": "Douglas Christopher Wilson",
     "email": "doug@somethingdoug.com"
   "bugs": {
     "url": "https://github.com/dougwilson/nodejs-depd/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Deprecate all the things",
   "devDependencies": {
     "beautify-benchmark": "0.2.4",
     "benchmark": "2.1.4",
-    "eslint": "5.7.0",
-    "eslint-config-standard": "12.0.0",
-    "eslint-plugin-import": "2.14.0",
+    "eslint": "3.19.0",
+    "eslint-config-standard": "7.1.0",
     "eslint-plugin-markdown": "1.0.0-beta.7",
-    "eslint-plugin-node": "7.0.1",
-    "eslint-plugin-promise": "4.0.1",
-    "eslint-plugin-standard": "4.0.0",
+    "eslint-plugin-promise": "3.6.0",
+    "eslint-plugin-standard": "3.0.1",
     "istanbul": "0.4.5",
-    "mocha": "5.2.0",
-    "safe-buffer": "5.1.2",
-    "uid-safe": "2.1.5"
+    "mocha": "~1.21.5"
   },
   "engines": {
-    "node": ">= 0.8"
+    "node": ">= 0.6"
   },
   "files": [
     "lib/",
@@ -73,8 +75,8 @@
     "bench": "node benchmark/index.js",
     "lint": "eslint --plugin markdown --ext js,md .",
     "test": "mocha --reporter spec --bail test/",
-    "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
-    "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
+    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
+    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
   },
-  "version": "2.0.0"
+  "version": "1.1.2"
 }