UNPKG

@ts-ioc/platform-browser

Version:

tsioc is AOP, Ioc container, via typescript decorator

53 lines 1.31 kB
{ "name": "@ts-ioc/platform-browser", "version": "4.0.5", "description": "tsioc is AOP, Ioc container, via typescript decorator", "es2015": "./fesm2015/platform-browser.js", "esm2015": "./es2015/index.js", "esm5": "./lib/index.js", "fesm5": "./fesm5/platform-browser.js", "module": "./fesm5/platform-browser.js", "main": "./bundles/platform-browser.umd.js", "typings": "./lib/index.d.ts", "scripts": { "postinstall": "npm prune", "reinstall": "npm cache clean && npm install", "build": "ts-node -r tsconfig-paths/register taskfile.ts" }, "keywords": [ "IoC", "AOP", "dependency", "injection", "ts-ioc", "@ts-ioc", "tsioc", "container", "decorator", "autofac", "Inject", "type", "typescript" ], "author": "houjun", "license": "MIT", "bugs": { "url": "https://github.com/zhouhoujun/tsioc/issues" }, "repository": { "type": "git", "url": "https://github.com/zhouhoujun/tsioc.git" }, "homepage": "https://github.com/zhouhoujun/tsioc#readme", "dependencies": { "reflect-metadata": "^0.1.12", "core-js": "^2.6.2", "tslib": "^1.9.3" }, "peerDependencies": { "@ts-ioc/core": "^4.0.5" }, "directories": { "lib": "lib" } }