프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / path-is-absolute / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "path-is-absolute@1.0.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "path-is-absolute@1.0.1",
9
  "_id": "path-is-absolute@1.0.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
12
  "_location": "/path-is-absolute",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "path-is-absolute@1.0.1",
19
    "name": "path-is-absolute",
20
    "escapedName": "path-is-absolute",
21
    "rawSpec": "1.0.1",
22
    "saveSpec": null,
23
    "fetchSpec": "1.0.1"
24
  },
25
  "_requiredBy": [
26
    "/glob"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
29
  "_spec": "1.0.1",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Sindre Sorhus",
33
    "email": "sindresorhus@gmail.com",
34
    "url": "sindresorhus.com"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/sindresorhus/path-is-absolute/issues"
38
  },
39
  "description": "Node.js 0.12 path.isAbsolute() ponyfill",
40
  "devDependencies": {
41
    "xo": "^0.16.0"
42
  },
43
  "engines": {
44
    "node": ">=0.10.0"
45
  },
46
  "files": [
47
    "index.js"
48
  ],
49
  "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
50
  "keywords": [
51
    "path",
52
    "paths",
53
    "file",
54
    "dir",
55
    "absolute",
56
    "isabsolute",
57
    "is-absolute",
58
    "built-in",
59
    "util",
60
    "utils",
61
    "core",
62
    "ponyfill",
63
    "polyfill",
64
    "shim",
65
    "is",
66
    "detect",
67
    "check"
68
  ],
69
  "license": "MIT",
70
  "name": "path-is-absolute",
71
  "repository": {
72
    "type": "git",
73
    "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
74
  },
75
  "scripts": {
76
    "test": "xo && node test.js"
77
  },
78
  "version": "1.0.1"
79
}