|
Last change
on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
866 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "address",
|
|---|
| 3 | "version": "1.2.2",
|
|---|
| 4 | "description": "Get current machine IP, MAC and DNS servers.",
|
|---|
| 5 | "main": "lib/address.js",
|
|---|
| 6 | "types": "lib/address.d.ts",
|
|---|
| 7 | "files": [
|
|---|
| 8 | "lib"
|
|---|
| 9 | ],
|
|---|
| 10 | "scripts": {
|
|---|
| 11 | "lint": "eslint test",
|
|---|
| 12 | "test": "egg-bin test",
|
|---|
| 13 | "ci": "egg-bin cov",
|
|---|
| 14 | "contributors": "git-contributor"
|
|---|
| 15 | },
|
|---|
| 16 | "dependencies": {},
|
|---|
| 17 | "devDependencies": {
|
|---|
| 18 | "@types/node": "14",
|
|---|
| 19 | "egg-bin": "^5.6.1",
|
|---|
| 20 | "eslint": "^8.30.0",
|
|---|
| 21 | "eslint-config-egg": "^12.1.0",
|
|---|
| 22 | "git-contributor": "^1.1.0",
|
|---|
| 23 | "mm": "*",
|
|---|
| 24 | "runscript": "^1.4.0",
|
|---|
| 25 | "typescript": "4"
|
|---|
| 26 | },
|
|---|
| 27 | "repository": {
|
|---|
| 28 | "type": "git",
|
|---|
| 29 | "url": "git://github.com/node-modules/address.git"
|
|---|
| 30 | },
|
|---|
| 31 | "keywords": [
|
|---|
| 32 | "address",
|
|---|
| 33 | "ip",
|
|---|
| 34 | "ipv4",
|
|---|
| 35 | "mac"
|
|---|
| 36 | ],
|
|---|
| 37 | "engines": {
|
|---|
| 38 | "node": ">= 10.0.0"
|
|---|
| 39 | },
|
|---|
| 40 | "author": "fengmk2 <fengmk2@gmail.com>",
|
|---|
| 41 | "license": "MIT"
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.