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.
93 lines
2.3 KiB
93 lines
2.3 KiB
3 years ago
|
{
|
||
|
"_from": "onfire.js",
|
||
|
"_id": "onfire.js@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-Fwl7tXwnzBSwedaJkF3Zx1KKcGyQvpPw8Y8mTu7ZLE+6TMFv2W5TONW3DwDejp8vivXZSlb7dxjlld2jT1YW8Q==",
|
||
|
"_location": "/onfire.js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "onfire.js",
|
||
|
"name": "onfire.js",
|
||
|
"escapedName": "onfire.js",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/onfire.js/-/onfire.js-2.0.1.tgz",
|
||
|
"_shasum": "76ac5a440e17ecd81aa4c287df02af368576dad8",
|
||
|
"_spec": "onfire.js",
|
||
|
"_where": "D:\\Uni-App\\HBuilderProjects\\Test",
|
||
|
"author": {
|
||
|
"name": "hustcc",
|
||
|
"url": "https://atool.vip/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/hustcc/onfire.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "onfire.js is a mini (~500 b) version for event-emitter.",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.2.3",
|
||
|
"@babel/core": "^7.2.2",
|
||
|
"@babel/preset-env": "^7.2.3",
|
||
|
"@types/jest": "^23.3.10",
|
||
|
"babel-plugin-version": "^0.2.3",
|
||
|
"jest": "^23.6.0",
|
||
|
"rimraf": "^2.6.2",
|
||
|
"ts-jest": "^23.10.5",
|
||
|
"typescript": "^3.2.2"
|
||
|
},
|
||
|
"homepage": "https://github.com/hustcc/onfire.js#readme",
|
||
|
"jest": {
|
||
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$",
|
||
|
"transform": {
|
||
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
||
|
},
|
||
|
"collectCoverage": true,
|
||
|
"collectCoverageFrom": [
|
||
|
"src/**/*.{ts,js}",
|
||
|
"!**/node_modules/**",
|
||
|
"!**/vendor/**",
|
||
|
"!src/**/*.{d.ts}"
|
||
|
],
|
||
|
"moduleFileExtensions": [
|
||
|
"ts",
|
||
|
"tsx",
|
||
|
"js",
|
||
|
"jsx",
|
||
|
"json"
|
||
|
]
|
||
|
},
|
||
|
"keywords": [
|
||
|
"onfire",
|
||
|
"ee",
|
||
|
"event",
|
||
|
"emitter",
|
||
|
"event-emitter",
|
||
|
"subscribe"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "onfire.js",
|
||
|
"officialName": "onfire.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/hustcc/onfire.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rimraf tmp lib && tsc && babel tmp --out-dir lib --copy-files && rimraf tmp",
|
||
|
"lint": "tsc --noEmit",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"summary": "onfire.js is a mini (~500 b) version for event-emitter.",
|
||
|
"version": "2.0.1"
|
||
|
}
|