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