프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / parseurl / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.26 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "parseurl@1.3.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "parseurl@1.3.2",
9
  "_id": "parseurl@1.3.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
12
  "_location": "/parseurl",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "parseurl@1.3.2",
18
    "name": "parseurl",
19
    "escapedName": "parseurl",
20
    "rawSpec": "1.3.2",
21
    "saveSpec": null,
22
    "fetchSpec": "1.3.2"
23
  },
24
  "_requiredBy": [
25
    "/express",
26
    "/express-session",
27
    "/finalhandler",
28
    "/serve-static"
29
  ],
30
  "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
31
  "_spec": "1.3.2",
32
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
33
  "bugs": {
34
    "url": "https://github.com/pillarjs/parseurl/issues"
35
  },
36
  "contributors": [
37
    {
38
      "name": "Douglas Christopher Wilson",
39
      "email": "doug@somethingdoug.com"
40
    },
41
    {
42
      "name": "Jonathan Ong",
43
      "email": "me@jongleberry.com",
44
      "url": "http://jongleberry.com"
45
    }
46
  ],
47
  "description": "parse a url with memoization",
48
  "devDependencies": {
49
    "beautify-benchmark": "0.2.4",
50
    "benchmark": "2.1.4",
51
    "eslint": "3.19.0",
52
    "eslint-config-standard": "10.2.1",
53
    "eslint-plugin-import": "2.7.0",
54
    "eslint-plugin-node": "5.1.1",
55
    "eslint-plugin-promise": "3.5.0",
56
    "eslint-plugin-standard": "3.0.1",
57
    "fast-url-parser": "1.1.3",
58
    "istanbul": "0.4.5",
59
    "mocha": "2.5.3"
60
  },
61
  "engines": {
62
    "node": ">= 0.8"
63
  },
64
  "files": [
65
    "LICENSE",
66
    "HISTORY.md",
67
    "README.md",
68
    "index.js"
69
  ],
70
  "homepage": "https://github.com/pillarjs/parseurl#readme",
71
  "license": "MIT",
72
  "name": "parseurl",
73
  "repository": {
74
    "type": "git",
75
    "url": "git+https://github.com/pillarjs/parseurl.git"
76
  },
77
  "scripts": {
78
    "bench": "node benchmark/index.js",
79
    "lint": "eslint .",
80
    "test": "mocha --check-leaks --bail --reporter spec test/",
81
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
82
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
83
  },
84
  "version": "1.3.2"
85
}