Blame view

node_modules/ip/package.json 1.46 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "ip@^1.1.5",
    "_id": "ip@1.1.5",
    "_inBundle": false,
    "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
    "_location": "/ip",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "ip@^1.1.5",
      "name": "ip",
      "escapedName": "ip",
      "rawSpec": "^1.1.5",
      "saveSpec": null,
      "fetchSpec": "^1.1.5"
    },
    "_requiredBy": [
      "/dns-packet",
      "/webpack-dev-server"
    ],
    "_resolved": "http://registry.npm.taobao.org/ip/download/ip-1.1.5.tgz",
    "_shasum": "bdded70114290828c0a039e72ef25f5aaec4354a",
    "_spec": "ip@^1.1.5",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/webpack-dev-server",
    "author": {
      "name": "Fedor Indutny",
      "email": "fedor@indutny.com"
    },
    "bugs": {
      "url": "https://github.com/indutny/node-ip/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
    "devDependencies": {
      "jscs": "^2.1.1",
      "jshint": "^2.8.0",
      "mocha": "~1.3.2"
    },
    "homepage": "https://github.com/indutny/node-ip",
    "license": "MIT",
    "main": "lib/ip",
    "name": "ip",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/indutny/node-ip.git"
    },
    "scripts": {
      "fix": "jscs lib/*.js test/*.js --fix",
      "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
    },
    "version": "1.1.5"
  }