프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / ipaddr.js / package.json

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

1
{
2
  "_args": [
3
    [
4
      "ipaddr.js@1.6.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "ipaddr.js@1.6.0",
9
  "_id": "ipaddr.js@1.6.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-4/o1e3c9phnybpXwSdBVxyeW+Gs=",
12
  "_location": "/ipaddr.js",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "ipaddr.js@1.6.0",
18
    "name": "ipaddr.js",
19
    "escapedName": "ipaddr.js",
20
    "rawSpec": "1.6.0",
21
    "saveSpec": null,
22
    "fetchSpec": "1.6.0"
23
  },
24
  "_requiredBy": [
25
    "/proxy-addr"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.6.0.tgz",
28
  "_spec": "1.6.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "whitequark",
32
    "email": "whitequark@whitequark.org"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/whitequark/ipaddr.js/issues"
36
  },
37
  "dependencies": {},
38
  "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
39
  "devDependencies": {
40
    "coffee-script": "~1.12.6",
41
    "nodeunit": ">=0.8.2 <0.8.7",
42
    "uglify-js": "~3.0.19"
43
  },
44
  "directories": {
45
    "lib": "./lib"
46
  },
47
  "engines": {
48
    "node": ">= 0.10"
49
  },
50
  "homepage": "https://github.com/whitequark/ipaddr.js#readme",
51
  "keywords": [
52
    "ip",
53
    "ipv4",
54
    "ipv6"
55
  ],
56
  "license": "MIT",
57
  "main": "./lib/ipaddr.js",
58
  "name": "ipaddr.js",
59
  "repository": {
60
    "type": "git",
61
    "url": "git://github.com/whitequark/ipaddr.js.git"
62
  },
63
  "scripts": {
64
    "test": "cake build test"
65
  },
66
  "types": "./lib/ipaddr.js.d.ts",
67
  "version": "1.6.0"
68
}