Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
854 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "http-parser-js",
|
---|
3 | "version": "0.5.3",
|
---|
4 | "description": "A pure JS HTTP parser for node.",
|
---|
5 | "main": "http-parser.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
|
---|
8 | "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
|
---|
9 | },
|
---|
10 | "repository": {
|
---|
11 | "type": "git",
|
---|
12 | "url": "git://github.com/creationix/http-parser-js.git"
|
---|
13 | },
|
---|
14 | "files": [
|
---|
15 | "http-parser.js"
|
---|
16 | ],
|
---|
17 | "keywords": [
|
---|
18 | "http"
|
---|
19 | ],
|
---|
20 | "author": "Tim Caswell (https://github.com/creationix)",
|
---|
21 | "contributors": [
|
---|
22 | "Jimb Esser (https://github.com/Jimbly)",
|
---|
23 | "Lawrence Rowe (https://github.com/lrowe)",
|
---|
24 | "Jan Schär (https://github.com/jscissr)",
|
---|
25 | "Paul Rütter (https://github.com/paulrutter)"
|
---|
26 | ],
|
---|
27 | "license": "MIT"
|
---|
28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.