forked from rafaeljesus/newww
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.29 KB
/
package.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "newww",
"version": "4.1.0",
"description": "The npmjs.com website",
"main": "server.js",
"scripts": {
"all-tests": "npm t && npm run browserstack",
"browserstack": "NODE_ENV=browserstack tap -t240 integration/*.js",
"coverage": "npm test -- --reporter html > test/coverage.html && open test/coverage.html",
"dev": "NODE_ENV=dev gulp dev",
"dev-db": "node dev/go.js",
"dev-remote": "REMOTE_DEV=true gulp dev",
"format": "find . -name .git -prune -o -name node_modules -prune -o -name '*.min.js' -prune -o -name '*.js' -print0 | xargs -0 esformatter -i",
"integration": "tap -t240 integration/*.js",
"prepublish": "gulp build",
"repl": "rc /tmp/repl/www-15443.sock",
"start": "node server.js",
"test": "lab --verbose --colors --ignore '$$bole,__grim__,flushdb,end' --assert code --timeout 5000"
},
"author": "npm, Inc. <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/npm/newww"
},
"browserify": {
"transform": [
"hbsfy"
]
},
"engines": {
"node": ">= 4"
},
"dependencies": {
"accept-language-parser": "^1.0.2",
"async": "^1.5.0",
"blankie": "^1.1.0",
"bluebird": "^2.10.2",
"bole": "~2.0.0",
"boom": "^3.1.2",
"catbox-redis": "^1.0.6",
"chunk": "0.0.2",
"crumb": "^6.0.0",
"debuglog": "^1.0.1",
"dotenv": "^1.2.0",
"elasticsearch": "~9.0.0",
"freshy": "^1.0.1",
"generic-pool": "^2.4.0",
"geoip-ultralight": "^0.1.2",
"github-url-to-object": "^1.6.0",
"google-libphonenumber": "^1.0.12",
"gravatar": "^1.3.1",
"handlebars": "^2.0.0",
"handlebars-helper-pluralize": "^1.0.3",
"hapi": "^12.1.0",
"hapi-auth-cookie": "2.0.0",
"hapi-common-log": "^1.1.0",
"hapi-stateless-notifications": "^2.1.0",
"hashchange": "^1.0.0",
"hbsfy": "^2.4.1",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"is-url": "^1.2.0",
"joi": "^5.1.0",
"jquery": "^2.1.4",
"lodash": "^3.8.0",
"mailchimp-api": "^2.0.7",
"malarkey": "^1.3.2",
"marky-markdown": "^6.0.4",
"moment": "^2.11.2",
"moment-tokens": "^1.0.0",
"month": "^1.0.0",
"mousetrap": "0.0.1",
"murmurhash": "0.0.2",
"mustache-mailer": "^3.0.0",
"nib": "^1.1.0",
"node-fetch": "^1.3.3",
"node-uuid": "^1.4.3",
"node-zendesk": "^1.1.8",
"nodemailer-ses-transport": "^1.2.0",
"normalize-license-data": "^1.0.1",
"normalize-package-data": "^2.3.4",
"npm": "^3.6.0",
"npm-email-templates": "^1.10.1",
"npm-expansions": "^2.2.3",
"npm-explicit-installs": "^3.1.1",
"npm-humans": "^2.13.1",
"npm-package-arg": "^3.1.1",
"npm-tips": "^1.1.0",
"npm-user-validate": "^0.1.1",
"numbat-emitter": "~2.0.3",
"numbat-process": "^2.0.6",
"number-grouper": "0.0.1",
"parse-link-header": "^0.2.0",
"prettydate": "0.0.1",
"qs": "^6.1.0",
"redis": "^2.2.5",
"relative-date": "^1.1.2",
"repl-client": "~0.3.0",
"replify": "~1.2.0",
"request": "^2.69.0",
"require-tree": "^1.1.0",
"schemeless": "^1.1.1",
"scooter": "^2.0.1",
"spdx-is-osi": "^0.1.2",
"spdx-to-html": "^0.3.1",
"steeltoe": "^1.0.1",
"stripe": "^2.9.0",
"stylus": "^0.52.4",
"tipsy-browserify": "^1.0.0",
"token-facilitator": "^2.2.0",
"truncate": "^2.0.0",
"validate-npm-package-license": "^3.0.0",
"validate-npm-package-name": "^2.2.0",
"verror": "^1.6.1",
"vision": "^4.0.1"
},
"devDependencies": {
"bistre": "^1.0.0",
"browserify": "^5.8.0",
"cheerio": "^0.20.0",
"code": "^1.2.1",
"esformatter": "^0.8.1",
"eslint": "^2.0.0-alpha-2",
"favicons": "^3.0.2",
"gulp": "^3.8.10",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.9.0",
"gulp-nodemon": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-rev-all": "^0.8.21",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.0.0",
"gulp-uglify": "^0.3.0",
"gulp-util": "^3.0.7",
"lab": "^5.18.1",
"nemo": "^1.0.6",
"nemo-view": "^1.2.0",
"nock": "^7.0.2",
"nodemailer-mock-transport": "^1.2.0",
"once": "^1.3.0",
"redis-mock": "^0.4.9",
"require-inject": "^1.2.0",
"sinon": "^1.17.1",
"tap": "^5.0.0",
"touch": "0.0.3",
"url-resolve": "^1.0.0",
"vinyl-source-stream": "^0.1.1"
}
}