source: trip-planner-front/node_modules/ipaddr.js/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "ipaddr.js@1.9.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ipaddr.js@1.9.1",
10 "_id": "ipaddr.js@1.9.1",
11 "_inBundle": false,
12 "_integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
13 "_location": "/ipaddr.js",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ipaddr.js@1.9.1",
19 "name": "ipaddr.js",
20 "escapedName": "ipaddr.js",
21 "rawSpec": "1.9.1",
22 "saveSpec": null,
23 "fetchSpec": "1.9.1"
24 },
25 "_requiredBy": [
26 "/internal-ip",
27 "/proxy-addr"
28 ],
29 "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
30 "_spec": "1.9.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "whitequark",
34 "email": "whitequark@whitequark.org"
35 },
36 "bugs": {
37 "url": "https://github.com/whitequark/ipaddr.js/issues"
38 },
39 "dependencies": {},
40 "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
41 "devDependencies": {
42 "coffee-script": "~1.12.6",
43 "nodeunit": "^0.11.3",
44 "uglify-js": "~3.0.19"
45 },
46 "directories": {
47 "lib": "./lib"
48 },
49 "engines": {
50 "node": ">= 0.10"
51 },
52 "files": [
53 "lib/",
54 "LICENSE",
55 "ipaddr.min.js"
56 ],
57 "homepage": "https://github.com/whitequark/ipaddr.js#readme",
58 "keywords": [
59 "ip",
60 "ipv4",
61 "ipv6"
62 ],
63 "license": "MIT",
64 "main": "./lib/ipaddr.js",
65 "name": "ipaddr.js",
66 "repository": {
67 "type": "git",
68 "url": "git://github.com/whitequark/ipaddr.js.git"
69 },
70 "scripts": {
71 "test": "cake build test"
72 },
73 "types": "./lib/ipaddr.js.d.ts",
74 "version": "1.9.1"
75}
Note: See TracBrowser for help on using the repository browser.