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