1 Star 0 Fork 30

xujinxin / Hooker Js

forked from 苍石 / Hooker Js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
苍石 提交于 2020-12-17 11:23 . 0.5.9056
{
"name": "@palerock/hooker-js",
"version": "0.5.9056",
"description": "用于劫持方法,进行AOP切面操作",
"main": "build/hooker.js",
"scripts": {
"build-source": "webpack --progress --env production=false ",
"build-mini": "webpack --env production=true --progress",
"build": "npm run build-source && npm run build-mini",
"do-publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/cangshi/hooker-js.git"
},
"keywords": [
"hook",
"javascript",
"es5"
],
"files": [
"build"
],
"author": "Cangshi",
"license": "Apache License 2.0",
"devDependencies": {
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"@palerock/every-utils": "^0.2.2"
}
}
JavaScript
1
https://gitee.com/laoniuyeye/hooker-js.git
git@gitee.com:laoniuyeye/hooker-js.git
laoniuyeye
hooker-js
Hooker Js
master

搜索帮助