{ "_from": "type-fest@^0.16.0", "_id": "type-fest@0.16.0", "_inBundle": false, "_integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "_location": "/tempy/type-fest", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "type-fest@^0.16.0", "name": "type-fest", "escapedName": "type-fest", "rawSpec": "^0.16.0", "saveSpec": null, "fetchSpec": "^0.16.0" }, "_requiredBy": [ "/tempy" ], "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", "_shasum": "3240b891a78b0deae910dbeb86553e552a148860", "_spec": "type-fest@^0.16.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/tempy", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/type-fest/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A collection of essential TypeScript types", "devDependencies": { "tsd": "^0.11.0", "xo": "^0.28.2" }, "engines": { "node": ">=10" }, "files": [ "index.d.ts", "source" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/type-fest#readme", "keywords": [ "typescript", "ts", "types", "utility", "util", "utilities", "omit", "merge", "json" ], "license": "(MIT OR CC0-1.0)", "name": "type-fest", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/type-fest.git" }, "scripts": { "test": "xo && tsd" }, "types": "index.d.ts", "version": "0.16.0", "xo": { "rules": { "@typescript-eslint/indent": "off", "func-call-spacing": "off" } } }