Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/ipaddr.js/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ipaddr.js",
    3   "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
    4   "version": "1.9.1",
    5   "author": "whitequark <whitequark@whitequark.org>",
    6   "directories": {
    7     "lib": "./lib"
     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"
    838  },
    939  "dependencies": {},
     40  "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
    1041  "devDependencies": {
    1142    "coffee-script": "~1.12.6",
     
    1344    "uglify-js": "~3.0.19"
    1445  },
    15   "scripts": {
    16     "test": "cake build test"
     46  "directories": {
     47    "lib": "./lib"
     48  },
     49  "engines": {
     50    "node": ">= 0.10"
    1751  },
    1852  "files": [
     
    2155    "ipaddr.min.js"
    2256  ],
     57  "homepage": "https://github.com/whitequark/ipaddr.js#readme",
    2358  "keywords": [
    2459    "ip",
     
    2661    "ipv6"
    2762  ],
    28   "repository": "git://github.com/whitequark/ipaddr.js",
     63  "license": "MIT",
    2964  "main": "./lib/ipaddr.js",
    30   "engines": {
    31     "node": ">= 0.10"
     65  "name": "ipaddr.js",
     66  "repository": {
     67    "type": "git",
     68    "url": "git://github.com/whitequark/ipaddr.js.git"
    3269  },
    33   "license": "MIT",
    34   "types": "./lib/ipaddr.js.d.ts"
     70  "scripts": {
     71    "test": "cake build test"
     72  },
     73  "types": "./lib/ipaddr.js.d.ts",
     74  "version": "1.9.1"
    3575}
Note: See TracChangeset for help on using the changeset viewer.