mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-26 03:59:29 +08:00
36 lines
758 B
JSON
36 lines
758 B
JSON
{
|
|
"name": "once",
|
|
"version": "1.4.0",
|
|
"description": "Run a function exactly one time",
|
|
"main": "once.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^7.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"files": [
|
|
"once.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once"
|
|
},
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"single"
|
|
],
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC",
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:07 GMT+0800 (中国标准时间)",
|
|
"_from": "once@1.4.0",
|
|
"_resolved": "https://registry.npm.taobao.org/once/download/once-1.4.0.tgz"
|
|
} |