[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / jake / package.json
1 {
2   "_from": "jake@^10.6.1",
3   "_id": "jake@10.8.2",
4   "_inBundle": false,
5   "_integrity": "sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==",
6   "_location": "/jake",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "jake@^10.6.1",
12     "name": "jake",
13     "escapedName": "jake",
14     "rawSpec": "^10.6.1",
15     "saveSpec": null,
16     "fetchSpec": "^10.6.1"
17   },
18   "_requiredBy": [
19     "/ejs"
20   ],
21   "_resolved": "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz",
22   "_shasum": "ebc9de8558160a66d82d0eadc6a2e58fbc500a7b",
23   "_spec": "jake@^10.6.1",
24   "_where": "/home/kenshin.choi/workspace/MDE-Framework/DeviceWebServer/GlobalServiceApp_Tau_VDHomeScreen/node_modules/ejs",
25   "author": {
26     "name": "Matthew Eernisse",
27     "email": "mde@fleegix.org",
28     "url": "http://fleegix.org"
29   },
30   "bin": {
31     "jake": "./bin/cli.js"
32   },
33   "bugs": {
34     "url": "https://github.com/jakejs/jake/issues"
35   },
36   "bundleDependencies": false,
37   "dependencies": {
38     "async": "0.9.x",
39     "chalk": "^2.4.2",
40     "filelist": "^1.0.1",
41     "minimatch": "^3.0.4"
42   },
43   "deprecated": false,
44   "description": "JavaScript build tool, similar to Make or Rake",
45   "devDependencies": {
46     "eslint": "^6.8.0",
47     "mocha": "^7.1.1",
48     "q": "^1.5.1"
49   },
50   "engines": {
51     "node": "*"
52   },
53   "homepage": "https://github.com/jakejs/jake#readme",
54   "keywords": [
55     "build",
56     "cli",
57     "make",
58     "rake"
59   ],
60   "license": "Apache-2.0",
61   "main": "./lib/jake.js",
62   "name": "jake",
63   "preferGlobal": true,
64   "repository": {
65     "type": "git",
66     "url": "git://github.com/jakejs/jake.git"
67   },
68   "scripts": {
69     "lint": "eslint --format codeframe \"lib/**/*.js\" \"test/**/*.js\"",
70     "lint:fix": "eslint --fix \"lib/**/*.js\" \"test/**/*.js\"",
71     "test": "./bin/cli.js test",
72     "test:ci": "npm run lint && npm run test"
73   },
74   "version": "10.8.2"
75 }