117 lines
3.1 KiB
JSON
117 lines
3.1 KiB
JSON
{
|
|
"_from": "mitt@3.0.1",
|
|
"_id": "mitt@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
"_location": "/mitt",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mitt@3.0.1",
|
|
"name": "mitt",
|
|
"escapedName": "mitt",
|
|
"rawSpec": "3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
|
|
"_shasum": "ea36cf0cc30403601ae074c8f77b7092cdab36d1",
|
|
"_spec": "mitt@3.0.1",
|
|
"_where": "D:\\jiangchengfeiyi-xiaochengxu",
|
|
"authors": [
|
|
"Jason Miller <jason@developit.ca>"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/developit/mitt/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Tiny 200b functional Event Emitter / pubsub.",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.11",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/sinon": "^9.0.4",
|
|
"@types/sinon-chai": "^3.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"chai": "^4.2.0",
|
|
"documentation": "^14.0.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-developit": "^1.2.0",
|
|
"eslint-plugin-compat": "^4.1.4",
|
|
"esm": "^3.2.25",
|
|
"microbundle": "^0.12.3",
|
|
"mocha": "^8.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^3.0.2",
|
|
"sinon": "^9.0.2",
|
|
"sinon-chai": "^3.5.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"exports": {
|
|
"types": "./index.d.ts",
|
|
"module": "./dist/mitt.mjs",
|
|
"import": "./dist/mitt.mjs",
|
|
"require": "./dist/mitt.js",
|
|
"default": "./dist/mitt.mjs"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/developit/mitt",
|
|
"jsnext:main": "dist/mitt.mjs",
|
|
"keywords": [
|
|
"events",
|
|
"eventemitter",
|
|
"emitter",
|
|
"pubsub"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/mitt.js",
|
|
"mocha": {
|
|
"extension": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register",
|
|
"esm"
|
|
],
|
|
"spec": [
|
|
"test/*_test.ts"
|
|
]
|
|
},
|
|
"module": "dist/mitt.mjs",
|
|
"name": "mitt",
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/developit/mitt.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all --silent clean -p bundle -s docs",
|
|
"bundle": "microbundle -f es,cjs,umd",
|
|
"clean": "rimraf dist",
|
|
"docs": "documentation readme src/index.ts --section API -q --parse-extension ts",
|
|
"lint": "eslint src test --ext ts --ext js",
|
|
"mocha": "mocha test",
|
|
"release": "npm run -s build -s && npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
|
|
"test": "npm-run-all --silent typecheck lint mocha test-types",
|
|
"test-types": "tsc test/test-types-compilation.ts --noEmit --strict",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"source": "src/index.ts",
|
|
"typings": "index.d.ts",
|
|
"umd:main": "dist/mitt.umd.js",
|
|
"version": "3.0.1"
|
|
}
|