2022-07-09 16:03:26 -04:00

91 lines
2.8 KiB
JSON

{
"_from": "tsyringe@4.6.0",
"_id": "tsyringe@4.6.0",
"_inBundle": false,
"_integrity": "sha512-BMQAZamSfEmIQzH8WJeRu1yZGQbPSDuI9g+yEiKZFIcO46GPZuMOC2d0b52cVBdw1d++06JnDSIIZvEnogMdAw==",
"_location": "/tsyringe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tsyringe@4.6.0",
"name": "tsyringe",
"escapedName": "tsyringe",
"rawSpec": "4.6.0",
"saveSpec": null,
"fetchSpec": "4.6.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.6.0.tgz",
"_shasum": "14915d3d7f0db35e1cf7269bdbf7c440713c8d07",
"_spec": "tsyringe@4.6.0",
"_where": "D:\\Dev\\TS\\SPTAki\\ClearVision",
"author": {
"name": "Steven Hobson-Campbell"
},
"bugs": {
"url": "https://github.com/Microsoft/tsyringe/issues"
},
"bundleDependencies": false,
"dependencies": {
"tslib": "^1.9.3"
},
"deprecated": false,
"description": "Lightweight dependency injection container for JavaScript/TypeScript",
"devDependencies": {
"@types/jest": "^24.0.21",
"@types/node": "^8.10.16",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.0",
"jest": "^24.7.1",
"prettier": "1.18.2",
"reflect-metadata": "^0.1.12",
"rimraf": "^3.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.1.6"
},
"engines": {
"node": ">= 6.0.0"
},
"es2015": "./dist/esm2015/index.js",
"homepage": "https://github.com/Microsoft/tsyringe#readme",
"keywords": [
"dependency injection",
"dependency",
"injection",
"ioc",
"container",
"javascript",
"typescript"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "./dist/esm5/index.js",
"name": "tsyringe",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/tsyringe.git"
},
"scripts": {
"build": "yarn clean && yarn build:cjs && yarn build:es5 && yarn build:es2015 && yarn build:types",
"build:cjs": "tsc",
"build:es2015": "tsc -p ./typescript/tsconfig.esm2015.json",
"build:es5": "tsc -p ./typescript/tsconfig.esm5.json",
"build:types": "tsc -p ./typescript/tsconfig.types.json",
"clean": "rimraf ./dist",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" \"./src\"",
"lint:fix": "eslint --fix --ext \".js,.jsx,.ts,.tsx\" \"./src\"",
"test": "yarn lint && jest --config test/jest.config.js",
"test:coverage": "jest --config test/jest.config.js --coverage",
"test:inspect": "yarn lint && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --config test/jest.config.js"
},
"typings": "./dist/typings/index.d.ts",
"version": "4.6.0"
}