aboutsummaryrefslogtreecommitdiff
path: root/node_modules/type-fest/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/type-fest/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/type-fest/package.json')
-rw-r--r--node_modules/type-fest/package.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/node_modules/type-fest/package.json b/node_modules/type-fest/package.json
new file mode 100644
index 0000000..707f36d
--- /dev/null
+++ b/node_modules/type-fest/package.json
@@ -0,0 +1,77 @@
+{
+ "_from": "type-fest@^0.13.1",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
+ "_location": "/type-fest",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "type-fest@^0.13.1",
+ "name": "type-fest",
+ "escapedName": "type-fest",
+ "rawSpec": "^0.13.1",
+ "saveSpec": null,
+ "fetchSpec": "^0.13.1"
+ },
+ "_requiredBy": [
+ "/serialize-error"
+ ],
+ "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
+ "_shasum": "0172cb5bce80b0bd542ea348db50c7e21834d934",
+ "_spec": "type-fest@^0.13.1",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/serialize-error",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "[email protected]",
+ "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.13.1",
+ "xo": {
+ "rules": {
+ "@typescript-eslint/indent": "off",
+ "func-call-spacing": "off"
+ }
+ }
+}