- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ipaddr.js/package.json
rceaed42 r59329aa 1 1 { 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" 8 38 }, 9 39 "dependencies": {}, 40 "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", 10 41 "devDependencies": { 11 42 "coffee-script": "~1.12.6", … … 13 44 "uglify-js": "~3.0.19" 14 45 }, 15 "scripts": { 16 "test": "cake build test" 46 "directories": { 47 "lib": "./lib" 48 }, 49 "engines": { 50 "node": ">= 0.10" 17 51 }, 18 52 "files": [ … … 21 55 "ipaddr.min.js" 22 56 ], 57 "homepage": "https://github.com/whitequark/ipaddr.js#readme", 23 58 "keywords": [ 24 59 "ip", … … 26 61 "ipv6" 27 62 ], 28 " repository": "git://github.com/whitequark/ipaddr.js",63 "license": "MIT", 29 64 "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" 32 69 }, 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" 35 75 }
Note:
See TracChangeset
for help on using the changeset viewer.