24 Star 41 Fork 10

南漂一卒/iQuery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "iquery-js",
"version": "3.1.0",
"description": "A jQuery compatible API based on built-in ECMA / W3C polyfill",
"keywords": [
"jquery",
"w3c-api",
"dom",
"ecma",
"polyfill"
],
"author": "shiy007@qq.com",
"license": "GPL-2.0",
"homepage": "https://tech-query.me/iQuery.js/",
"repository": {
"type": "git",
"url": "https://github.com/TechQuery/iQuery.js.git"
},
"bugs": {
"url": "https://github.com/TechQuery/iQuery.js/issues"
},
"browser": "dist/iQuery.js",
"engines": {
"node": "^7.6.0"
},
"scripts": {
"bundle": "amd-bundle source/index dist/iQuery -m",
"patch": "cross-env NODE_ENV=patch amd-bundle source/index dist/jQueryKit",
"format": "prettier --write \"{,!(node_modules|.git|source|test|build|dist)/**/}*.html\"",
"document": "jsdoc -c ./build/document.json && npm run format",
"build": "npm run bundle && npm run patch && npm run document && npm test",
"start": "web-server docs/ -o",
"check": "mocha --recursive --no-timeouts -c --inline-diffs",
"test": "npm run check -- --exit",
"debug": "npm run check -- --inspect-brk",
"prepublishOnly": "npm run build"
},
"husky": {
"hooks": {
"pre-commit": "npm run build && git add ."
}
},
"devDependencies": {
"amd-bundle": "^1.7.4",
"cross-env": "^5.2.0",
"docdash": "^1.0.1",
"husky": "^1.3.1",
"jquery": "^1.12.4",
"jsdoc": "^3.5.5",
"koapache": "^1.0.4",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"puppeteer-browser": "^0.3.7",
"requirejs": "^2.3.6",
"should": "^13.2.3",
"test-example": "^0.4.3"
},
"amd-bundle": {
"env": {
"patch": {
"moduleMap": {
"^\\.(\\/[^/]+){1,2}$": "jquery"
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Tech_Query/iQuery.git
git@gitee.com:Tech_Query/iQuery.git
Tech_Query
iQuery
iQuery
master

搜索帮助