Blame view

node_modules/range-parser/package.json 2.24 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
  {
    "_args": [
      [
        "range-parser@1.2.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "range-parser@1.2.0",
    "_id": "range-parser@1.2.0",
    "_inBundle": false,
    "_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
    "_location": "/range-parser",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "range-parser@1.2.0",
      "name": "range-parser",
      "escapedName": "range-parser",
      "rawSpec": "1.2.0",
      "saveSpec": null,
      "fetchSpec": "1.2.0"
    },
    "_requiredBy": [
      "/express",
      "/send",
      "/webpack-dev-middleware"
    ],
    "_resolved": "http://registry.npm.taobao.org/range-parser/download/range-parser-1.2.0.tgz",
    "_spec": "1.2.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "TJ Holowaychuk",
      "email": "tj@vision-media.ca",
      "url": "http://tjholowaychuk.com"
    },
    "bugs": {
      "url": "https://github.com/jshttp/range-parser/issues"
    },
    "contributors": [
      {
        "name": "Douglas Christopher Wilson",
        "email": "doug@somethingdoug.com"
      },
      {
        "name": "James Wyatt Cready",
        "email": "wyatt.cready@lanetix.com"
      },
      {
        "name": "Jonathan Ong",
        "email": "me@jongleberry.com",
        "url": "http://jongleberry.com"
      }
    ],
    "description": "Range header field string parser",
    "devDependencies": {
      "eslint": "2.11.1",
      "eslint-config-standard": "5.3.1",
      "eslint-plugin-promise": "1.1.0",
      "eslint-plugin-standard": "1.3.2",
      "istanbul": "0.4.3",
      "mocha": "1.21.5"
    },
    "engines": {
      "node": ">= 0.6"
    },
    "files": [
      "HISTORY.md",
      "LICENSE",
      "index.js"
    ],
    "homepage": "https://github.com/jshttp/range-parser#readme",
    "keywords": [
      "range",
      "parser",
      "http"
    ],
    "license": "MIT",
    "name": "range-parser",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jshttp/range-parser.git"
    },
    "scripts": {
      "lint": "eslint **/*.js",
      "test": "mocha --reporter spec",
      "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
      "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
    },
    "version": "1.2.0"
  }