12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "@leichtgewicht/ip-codec@2.0.4",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "@leichtgewicht/ip-codec@2.0.4",
- "_id": "@leichtgewicht/ip-codec@2.0.4",
- "_inBundle": false,
- "_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
- "_location": "/@leichtgewicht/ip-codec",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@leichtgewicht/ip-codec@2.0.4",
- "name": "@leichtgewicht/ip-codec",
- "escapedName": "@leichtgewicht%2fip-codec",
- "scope": "@leichtgewicht",
- "rawSpec": "2.0.4",
- "saveSpec": null,
- "fetchSpec": "2.0.4"
- },
- "_requiredBy": [
- "/dns-packet"
- ],
- "_resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
- "_spec": "2.0.4",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Martin Heidegger"
- },
- "bugs": {
- "url": "https://github.com/martinheidegger/ip-codec/issues"
- },
- "description": "Small package to encode or decode IP addresses from buffers to strings.",
- "devDependencies": {
- "@definitelytyped/dtslint": "0.0.112",
- "c8": "^7.11.2",
- "esm2umd": "^0.2.0",
- "fresh-tape": "^5.5.3",
- "standard": "^17.0.0",
- "typescript": "^4.6.4"
- },
- "exports": {
- ".": {
- "import": "./index.mjs",
- "require": "./index.cjs"
- }
- },
- "homepage": "https://github.com/martinheidegger/ip-codec#readme",
- "keywords": [
- "ip",
- "ipv4",
- "ipv6",
- "codec",
- "codecs",
- "buffer",
- "conversion"
- ],
- "license": "MIT",
- "main": "index.cjs",
- "name": "@leichtgewicht/ip-codec",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/martinheidegger/ip-codec.git"
- },
- "scripts": {
- "coverage": "c8 npm run unit",
- "lint": "standard && dtslint --localTs node_modules/typescript/lib types",
- "prepare": "node ./scripts/esm2umd.mjs ipCodec",
- "test": "npm run lint && npm run unit",
- "unit": "fresh-tape test.mjs"
- },
- "types": "types",
- "version": "2.0.4"
- }
|