6 Star 16 Fork 5

散漫的水元素 / aspects-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangmiao 提交于 2020-05-14 10:37 . 1.0.2 pre
{
"name": "aspects-js",
"version": "1.0.2",
"description": "use aop in nodejs",
"main": "aspects.js",
"scripts": {
"test": "node test/test.js",
"ast": "node test/ast.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wm123450405/aspects-js"
},
"author": "wm123450405",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"bugs": {
"url": "https://github.com/wm123450405/aspects-js/issues"
},
"homepage": "https://github.com/wm123450405/aspects-js#readme",
"types": "aspects.d.ts",
"keywords": [
"aspect",
"aspects",
"aop",
"pointcut",
"joinpoint",
"advice"
]
}
JavaScript
1
https://gitee.com/wm123450405/aspects-js.git
git@gitee.com:wm123450405/aspects-js.git
wm123450405
aspects-js
aspects-js
master

搜索帮助