프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "ip@1.1.5",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "ip@1.1.5",
9
  "_id": "ip@1.1.5",
10
  "_inBundle": false,
11
  "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
12
  "_location": "/ip",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "ip@1.1.5",
18
    "name": "ip",
19
    "escapedName": "ip",
20
    "rawSpec": "1.1.5",
21
    "saveSpec": null,
22
    "fetchSpec": "1.1.5"
23
  },
24
  "_requiredBy": [
25
    "/"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
28
  "_spec": "1.1.5",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Fedor Indutny",
32
    "email": "fedor@indutny.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/indutny/node-ip/issues"
36
  },
37
  "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
38
  "devDependencies": {
39
    "jscs": "^2.1.1",
40
    "jshint": "^2.8.0",
41
    "mocha": "~1.3.2"
42
  },
43
  "homepage": "https://github.com/indutny/node-ip",
44
  "license": "MIT",
45
  "main": "lib/ip",
46
  "name": "ip",
47
  "repository": {
48
    "type": "git",
49
    "url": "git+ssh://git@github.com/indutny/node-ip.git"
50
  },
51
  "scripts": {
52
    "fix": "jscs lib/*.js test/*.js --fix",
53
    "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
54
  },
55
  "version": "1.1.5"
56
}