消除我特牛
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

107 lines
2.9 KiB

{
"_from": "inversify@5.0.1",
"_id": "inversify@5.0.1",
"_inBundle": false,
"_integrity": "sha512-Ieh06s48WnEYGcqHepdsJUIJUXpwH5o5vodAX+DK2JA/gjy4EbEcQZxw+uFfzysmKjiLXGYwNG3qDZsKVMcINQ==",
"_location": "/inversify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "inversify@5.0.1",
"name": "inversify",
"escapedName": "inversify",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "5.0.1"
},
"_requiredBy": [
"/javascript-obfuscator"
],
"_resolved": "https://registry.npmjs.org/inversify/-/inversify-5.0.1.tgz",
"_shasum": "500d709b1434896ce5a0d58915c4a4210e34fb6e",
"_spec": "inversify@5.0.1",
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
"author": {
"name": "Remo H. Jansen"
},
"bugs": {
"url": "https://github.com/inversify/InversifyJS/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
"devDependencies": {
"@types/chai": "4.1.4",
"@types/harmony-proxy": "1.0.29",
"@types/mocha": "5.2.3",
"@types/sinon": "5.0.5",
"bluebird": "3.5.2",
"browserify": "16.2.3",
"chai": "4.1.2",
"del": "3.0.0",
"es6-symbol": "3.1.1",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "6.0.0",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.3",
"gulp-tslint": "8.1.3",
"gulp-typescript": "4.0.2",
"gulp-uglify": "3.0.1",
"harmonize": "2.0.0",
"harmony-proxy": "1.0.1",
"istanbul": "0.4.5",
"karma": "3.0.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-commonjs": "1.0.0",
"karma-es6-shim": "1.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"mocha": "5.2.0",
"performance-now": "2.1.0",
"publish-please": "4.1.0",
"reflect-metadata": "0.1.12",
"run-sequence": "2.2.1",
"sinon": "6.0.1",
"tslint": "5.9.1",
"typescript": "^2.8.3",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"directories": {
"test": "gulp"
},
"engines": {},
"homepage": "http://inversify.io",
"jsnext:main": "es/inversify.js",
"keywords": [
"ioc",
"di",
"javascript",
"typescript",
"node",
"dependency injection",
"dependency inversion",
"inversion of control container"
],
"license": "MIT",
"main": "lib/inversify.js",
"name": "inversify",
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/InversifyJS.git"
},
"scripts": {
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"test": "gulp"
},
"types": "./dts/inversify.d.ts",
"version": "5.0.1"
}