9fc243b384ecbd859ab9b2fa425cc02b5b5e024d
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / range-parser / package.json
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.0.2",
10   "license": "MIT",
11   "keywords": [
12     "range",
13     "parser",
14     "http"
15   ],
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/jshttp/range-parser"
19   },
20   "devDependencies": {
21     "istanbul": "0",
22     "mocha": "1",
23     "should": "2"
24   },
25   "files": [
26     "HISTORY.md",
27     "LICENSE",
28     "index.js"
29   ],
30   "engines": {
31     "node": ">= 0.6"
32   },
33   "scripts": {
34     "test": "mocha --reporter spec --require should",
35     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
36     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
37   },
38   "gitHead": "ae23b02ce705b56e7f7c48e832d41fa710227ecc",
39   "bugs": {
40     "url": "https://github.com/jshttp/range-parser/issues"
41   },
42   "homepage": "https://github.com/jshttp/range-parser",
43   "_id": "range-parser@1.0.2",
44   "_shasum": "06a12a42e5131ba8e457cd892044867f2344e549",
45   "_from": "range-parser@~1.0.2",
46   "_npmVersion": "1.4.21",
47   "_npmUser": {
48     "name": "dougwilson",
49     "email": "doug@somethingdoug.com"
50   },
51   "maintainers": [
52     {
53       "name": "tjholowaychuk",
54       "email": "tj@vision-media.ca"
55     },
56     {
57       "name": "jonathanong",
58       "email": "jonathanrichardong@gmail.com"
59     },
60     {
61       "name": "dougwilson",
62       "email": "doug@somethingdoug.com"
63     },
64     {
65       "name": "jongleberry",
66       "email": "jonathanrichardong@gmail.com"
67     }
68   ],
69   "dist": {
70     "shasum": "06a12a42e5131ba8e457cd892044867f2344e549",
71     "tarball": "http://registry.npmjs.org/range-parser/-/range-parser-1.0.2.tgz"
72   },
73   "directories": {},
74   "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.2.tgz",
75   "readme": "ERROR: No README data found!"
76 }