2be08d0ffc09993cc3baadf7c2b5642c04256692
[VSoRC/.git] / node_modules / ejs / package.json
1 {
2   "_from": "ejs",
3   "_id": "ejs@2.6.2",
4   "_inBundle": false,
5   "_integrity": "sha512-PcW2a0tyTuPHz3tWyYqtK6r1fZ3gp+3Sop8Ph+ZYN81Ob5rwmbHEzaqs10N3BEsaGTkh/ooniXK+WwszGlc2+Q==",
6   "_location": "/ejs",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "tag",
10     "registry": true,
11     "raw": "ejs",
12     "name": "ejs",
13     "escapedName": "ejs",
14     "rawSpec": "",
15     "saveSpec": null,
16     "fetchSpec": "latest"
17   },
18   "_requiredBy": [
19     "#USER",
20     "/"
21   ],
22   "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.2.tgz",
23   "_shasum": "3a32c63d1cd16d11266cd4703b14fec4e74ab4f6",
24   "_spec": "ejs",
25   "_where": "/home/josuer08/Documents/web",
26   "author": {
27     "name": "Matthew Eernisse",
28     "email": "mde@fleegix.org",
29     "url": "http://fleegix.org"
30   },
31   "bugs": {
32     "url": "https://github.com/mde/ejs/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Timothy Gu",
38       "email": "timothygu99@gmail.com",
39       "url": "https://timothygu.github.io"
40     }
41   ],
42   "dependencies": {},
43   "deprecated": false,
44   "description": "Embedded JavaScript templates",
45   "devDependencies": {
46     "browserify": "^13.1.1",
47     "eslint": "^4.14.0",
48     "git-directory-deploy": "^1.5.1",
49     "istanbul": "~0.4.3",
50     "jake": "^8.0.16",
51     "jsdoc": "^3.4.0",
52     "lru-cache": "^4.0.1",
53     "mocha": "^5.0.5",
54     "uglify-js": "^3.3.16"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "homepage": "https://github.com/mde/ejs",
60   "keywords": [
61     "template",
62     "engine",
63     "ejs"
64   ],
65   "license": "Apache-2.0",
66   "main": "./lib/ejs.js",
67   "name": "ejs",
68   "repository": {
69     "type": "git",
70     "url": "git://github.com/mde/ejs.git"
71   },
72   "scripts": {
73     "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
74     "devdoc": "jake doc[dev]",
75     "doc": "jake doc",
76     "lint": "eslint \"**/*.js\" Jakefile",
77     "test": "jake test"
78   },
79   "version": "2.6.2"
80 }