package.json
1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"_args": [
[
{
"raw": "ejs@~0.8.3",
"scope": null,
"escapedName": "ejs",
"name": "ejs",
"rawSpec": "~0.8.3",
"spec": ">=0.8.3 <0.9.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/nightwatch"
]
],
"_from": "ejs@>=0.8.3 <0.9.0",
"_id": "ejs@0.8.8",
"_inCache": true,
"_location": "/ejs",
"_npmUser": {
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
"_npmVersion": "1.4.6",
"_phantomChildren": {},
"_requested": {
"raw": "ejs@~0.8.3",
"scope": null,
"escapedName": "ejs",
"name": "ejs",
"rawSpec": "~0.8.3",
"spec": ">=0.8.3 <0.9.0",
"type": "range"
},
"_requiredBy": [
"/nightwatch"
],
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz",
"_shasum": "ffdc56dcc35d02926dd50ad13439bbc54061d598",
"_shrinkwrap": null,
"_spec": "ejs@~0.8.3",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/nightwatch",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/visionmedia/ejs/issues"
},
"dependencies": {},
"description": "Embedded JavaScript templates",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "ffdc56dcc35d02926dd50ad13439bbc54061d598",
"tarball": "https://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz"
},
"homepage": "https://github.com/visionmedia/ejs",
"keywords": [
"template",
"engine",
"ejs"
],
"main": "./lib/ejs.js",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "ejs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/ejs.git"
},
"scripts": {
"test": "mocha --require should --reporter spec"
},
"version": "0.8.8"
}