Sha256: db8584585f9c90403f00e7454f6a2b6fd38356ff7e1b024c9776af79f4ecfa96
Contents?: true
Size: 1.5 KB
Versions: 26
Compression:
Stored size: 1.5 KB
Contents
{ "name": "type-fest", "version": "4.26.1", "description": "A collection of essential TypeScript types", "license": "(MIT OR CC0-1.0)", "repository": "sindresorhus/type-fest", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "types": "./index.d.ts", "sideEffects": false, "engines": { "node": ">=16" }, "scripts": { "test:source-files-extension": "node script/test/source-files-extension.js", "test:tsc": "tsc", "test:tsd": "tsd", "test:xo": "xo", "test": "run-p test:*" }, "files": [ "index.d.ts", "source" ], "keywords": [ "typescript", "ts", "types", "utility", "util", "utilities", "omit", "merge", "json", "generics" ], "devDependencies": { "expect-type": "^0.19.0", "npm-run-all2": "^6.1.2", "tsd": "^0.31.0", "typescript": "~5.5.3", "xo": "^0.58.0" }, "xo": { "rules": { "@typescript-eslint/no-extraneous-class": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/ban-types": "off", "@typescript-eslint/naming-convention": "off", "import/extensions": "off", "@typescript-eslint/no-redeclare": "off", "@typescript-eslint/no-confusing-void-expression": "off", "@typescript-eslint/no-unsafe-argument": "off", "object-curly-newline": [ "error", { "multiline": true, "consistent": true } ] } }, "tsd": { "compilerOptions": { "noUnusedLocals": false } } }
Version data entries
26 entries across 26 versions & 1 rubygems