{ "_args": [ [ "tsyringe@4.7.0", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_from": "tsyringe@4.7.0", "_id": "tsyringe@4.7.0", "_inBundle": false, "_integrity": "sha512-ncFDM1jTLsok4ejMvSW5jN1VGPQD48y2tfAR0pdptWRKYX4bkbqPt92k7KJ5RFJ1KV36JEs/+TMh7I6OUgj74g==", "_location": "/tsyringe", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tsyringe@4.7.0", "name": "tsyringe", "escapedName": "tsyringe", "rawSpec": "4.7.0", "saveSpec": null, "fetchSpec": "4.7.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.7.0.tgz", "_spec": "4.7.0", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "author": { "name": "Steven Hobson-Campbell" }, "bugs": { "url": "https://github.com/Microsoft/tsyringe/issues" }, "dependencies": { "tslib": "^1.9.3" }, "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.7.0" }