UNPKG

json-comb-core

Version:
92 lines (91 loc) 2.52 kB
{ "name": "json-comb-core", "version": "8.0.25", "description": "The inner core of json-comb", "keywords": [ "comb", "files", "fill", "json", "keys", "keyset", "normalise", "normalize", "same", "schema" ], "homepage": "https://codsen.com/os/json-comb-core", "repository": { "type": "git", "url": "git+https://github.com/codsen/codsen.git", "directory": "packages/json-comb-core" }, "license": "MIT", "author": { "name": "Roy Revelt", "email": "roy@codsen.com", "url": "https://codsen.com" }, "type": "module", "exports": { "types": "./types/index.d.ts", "script": "./dist/json-comb-core.umd.js", "default": "./dist/json-comb-core.esm.js" }, "types": "types/index.d.ts", "scripts": { "build": "node '../../ops/scripts/esbuild.js' && npm run dts", "cjs-off": "exit 0", "cjs-on": "exit 0", "dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts", "devtest": "c8 npm run unit && npm run examples && npm run lint", "dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'", "examples": "node '../../ops/scripts/run-examples.js'", "lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write", "letspublish": "npm publish || :", "lint": "eslint . --fix", "perf": "node perf/check.js", "prep": "echo 'ready'", "prettier": "prettier", "prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'", "pretest": "npm run lect && npm run build", "test": "npm run devtest", "unit": "uvu test" }, "engines": { "node": ">=14.18.0" }, "c8": { "check-coverage": true, "exclude": [ "**/test/**/*.*" ], "lines": 100 }, "lect": { "licence": { "extras": [ "" ] }, "various": {} }, "dependencies": { "@types/lodash-es": "^4.17.12", "@types/semver-compare": "^1.0.3", "codsen-utils": "^1.6.8", "lodash-es": "^4.17.21", "object-fill-missing-keys": "^11.0.22", "object-flatten-all-arrays": "^7.0.23", "object-merge-advanced": "^14.0.22", "object-no-new-keys": "^5.1.9", "object-set-all-values-to": "^6.0.20", "p-map": "^7.0.3", "p-one": "^2.0.0", "p-reduce": "^3.0.0", "rfdc": "^1.4.1", "semver-compare": "^1.0.0", "sort-keys": "^5.1.0", "type-detect": "^4.1.0" } }