Locaft/auth/node_modules/context/package.json

79 lines
1.9 KiB
JSON

{
"_from": "context",
"_id": "context@1.1.0",
"_inBundle": false,
"_integrity": "sha512-nfNLy6MbBleZuK0vDwxUnYyu1McpjaZIHo7a3+yNoLWEJtnUjnB4z5xYZhg3XmVcCflh5U2FeaHbHUfCCLSeHA==",
"_location": "/context",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "context",
"name": "context",
"escapedName": "context",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/context/-/context-1.1.0.tgz",
"_shasum": "1675cfe546b4d8f9925a2c4896a7ee41e917f015",
"_spec": "context",
"_where": "C:\\Priyathamwork\\locaft\\locaft\\auth",
"author": {
"name": "ealush"
},
"bugs": {
"url": "https://github.com/ealush/context/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple utility that creates a multi-layerd context singleton. It allows you to keep reference for shared variables, and access them later down in your function call even if not declared in the same scope.",
"devDependencies": {
"husky": "^4.2.5",
"tsdx": "^0.13.2",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=10"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/ealush/context#readme",
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/context.esm.js",
"name": "context",
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ealush/context.git"
},
"scripts": {
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test"
},
"typings": "dist/index.d.ts",
"version": "1.1.0"
}