3fba8291230d817d9104b1deb8c3dca6865f34b9
[VSoRC/.git] / node_modules / range-parser / package.json
1 {
2   "_from": "range-parser@~1.2.1",
3   "_id": "range-parser@1.2.1",
4   "_inBundle": false,
5   "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
6   "_location": "/range-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "range-parser@~1.2.1",
12     "name": "range-parser",
13     "escapedName": "range-parser",
14     "rawSpec": "~1.2.1",
15     "saveSpec": null,
16     "fetchSpec": "~1.2.1"
17   },
18   "_requiredBy": [
19     "/express",
20     "/send"
21   ],
22   "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
23   "_shasum": "3cf37023d199e1c24d1a55b84800c2f3e6468031",
24   "_spec": "range-parser@~1.2.1",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "author": {
27     "name": "TJ Holowaychuk",
28     "email": "tj@vision-media.ca",
29     "url": "http://tjholowaychuk.com"
30   },
31   "bugs": {
32     "url": "https://github.com/jshttp/range-parser/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Douglas Christopher Wilson",
38       "email": "doug@somethingdoug.com"
39     },
40     {
41       "name": "James Wyatt Cready",
42       "email": "wyatt.cready@lanetix.com"
43     },
44     {
45       "name": "Jonathan Ong",
46       "email": "me@jongleberry.com",
47       "url": "http://jongleberry.com"
48     }
49   ],
50   "deprecated": false,
51   "description": "Range header field string parser",
52   "devDependencies": {
53     "deep-equal": "1.0.1",
54     "eslint": "5.16.0",
55     "eslint-config-standard": "12.0.0",
56     "eslint-plugin-import": "2.17.2",
57     "eslint-plugin-markdown": "1.0.0",
58     "eslint-plugin-node": "8.0.1",
59     "eslint-plugin-promise": "4.1.1",
60     "eslint-plugin-standard": "4.0.0",
61     "mocha": "6.1.4",
62     "nyc": "14.1.1"
63   },
64   "engines": {
65     "node": ">= 0.6"
66   },
67   "files": [
68     "HISTORY.md",
69     "LICENSE",
70     "index.js"
71   ],
72   "homepage": "https://github.com/jshttp/range-parser#readme",
73   "keywords": [
74     "range",
75     "parser",
76     "http"
77   ],
78   "license": "MIT",
79   "name": "range-parser",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/jshttp/range-parser.git"
83   },
84   "scripts": {
85     "lint": "eslint --plugin markdown --ext js,md .",
86     "test": "mocha --reporter spec",
87     "test-cov": "nyc --reporter=html --reporter=text npm test",
88     "test-travis": "nyc --reporter=text npm test"
89   },
90   "version": "1.2.1"
91 }