UNPKG

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