Files
heros/extensions/Excel转JSON/node_modules/debounce-fn/package.json
2024-08-18 23:38:55 +08:00

79 lines
1.8 KiB
JSON

{
"_args": [
[
"debounce-fn@4.0.0",
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
]
],
"_development": true,
"_from": "debounce-fn@4.0.0",
"_id": "debounce-fn@4.0.0",
"_inBundle": false,
"_integrity": "sha1-7XbSBtilDmDeDdZtSU2Cg1/+Ycc=",
"_location": "/debounce-fn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "debounce-fn@4.0.0",
"name": "debounce-fn",
"escapedName": "debounce-fn",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/conf"
],
"_resolved": "https://registry.npm.taobao.org/debounce-fn/download/debounce-fn-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/debounce-fn/issues"
},
"dependencies": {
"mimic-fn": "^3.0.0"
},
"description": "Debounce a function",
"devDependencies": {
"ava": "^1.4.1",
"delay": "^4.2.0",
"tsd": "^0.11.0",
"xo": "^0.26.1"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/debounce-fn#readme",
"keywords": [
"debounce",
"function",
"debouncer",
"fn",
"func",
"throttle",
"delay",
"invoked"
],
"license": "MIT",
"name": "debounce-fn",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/debounce-fn.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}