d7e8deaf1f461f1639557bbd41318e40cb4c0472
[aai/esr-gui.git] /
1 {
2   "name": "range-parser",
3   "author": {
4     "name": "TJ Holowaychuk",
5     "email": "tj@vision-media.ca",
6     "url": "http://tjholowaychuk.com"
7   },
8   "description": "Range header field string parser",
9   "version": "1.2.0",
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     },
15     {
16       "name": "James Wyatt Cready",
17       "email": "wyatt.cready@lanetix.com"
18     },
19     {
20       "name": "Jonathan Ong",
21       "email": "me@jongleberry.com",
22       "url": "http://jongleberry.com"
23     }
24   ],
25   "license": "MIT",
26   "keywords": [
27     "range",
28     "parser",
29     "http"
30   ],
31   "repository": {
32     "type": "git",
33     "url": "https://github.com/jshttp/range-parser"
34   },
35   "devDependencies": {
36     "eslint": "2.11.1",
37     "eslint-config-standard": "5.3.1",
38     "eslint-plugin-promise": "1.1.0",
39     "eslint-plugin-standard": "1.3.2",
40     "istanbul": "0.4.3",
41     "mocha": "1.21.5"
42   },
43   "files": [
44     "HISTORY.md",
45     "LICENSE",
46     "index.js"
47   ],
48   "engines": {
49     "node": ">= 0.6"
50   },
51   "scripts": {
52     "lint": "eslint **/*.js",
53     "test": "mocha --reporter spec",
54     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
55     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
56   },
57   "gitHead": "0665aca31639d799dee1d35fb10970799559ec48",
58   "bugs": {
59     "url": "https://github.com/jshttp/range-parser/issues"
60   },
61   "homepage": "https://github.com/jshttp/range-parser",
62   "_id": "range-parser@1.2.0",
63   "_shasum": "f49be6b487894ddc40dcc94a322f611092e00d5e",
64   "_from": "range-parser@>=1.2.0 <1.3.0",
65   "_npmVersion": "1.4.28",
66   "_npmUser": {
67     "name": "dougwilson",
68     "email": "doug@somethingdoug.com"
69   },
70   "maintainers": [
71     {
72       "name": "dougwilson",
73       "email": "doug@somethingdoug.com"
74     },
75     {
76       "name": "jonathanong",
77       "email": "jonathanrichardong@gmail.com"
78     },
79     {
80       "name": "jongleberry",
81       "email": "jonathanrichardong@gmail.com"
82     },
83     {
84       "name": "tjholowaychuk",
85       "email": "tj@vision-media.ca"
86     }
87   ],
88   "dist": {
89     "shasum": "f49be6b487894ddc40dcc94a322f611092e00d5e",
90     "tarball": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz"
91   },
92   "_npmOperationalInternal": {
93     "host": "packages-16-east.internal.npmjs.com",
94     "tmp": "tmp/range-parser-1.2.0.tgz_1464803293097_0.6830497414339334"
95   },
96   "directories": {},
97   "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz"
98 }