1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/component-emitter/package.json

59 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "component-emitter@^1.2.1",
"_id": "component-emitter@1.3.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
2023-12-18 13:12:25 +08:00
"_location": "/component-emitter",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "component-emitter@^1.2.1",
2023-12-18 13:12:25 +08:00
"name": "component-emitter",
"escapedName": "component-emitter",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.2.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.2.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/base",
"/cache-base"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
"_shasum": "ef1d5796f7d93f135ee6fb684340b26403c97d17",
"_spec": "component-emitter@^1.2.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\base",
2023-12-18 13:12:25 +08:00
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/sindresorhus/component-emitter/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"component": {
"scripts": {
"emitter/index.js": "index.js"
}
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Event emitter",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"files": [
"index.js",
"LICENSE"
],
2024-01-16 21:26:16 +08:00
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/component-emitter#readme",
2023-12-18 13:12:25 +08:00
"license": "MIT",
"main": "index.js",
"name": "component-emitter",
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/sindresorhus/component-emitter.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
"test": "make test"
},
2024-01-16 21:26:16 +08:00
"version": "1.3.1"
2023-12-18 13:12:25 +08:00
}