FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
iQuery.js/package.json at master · TechQuery/iQuery.js · GitHub
TechQuery
/
iQuery.js
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
11
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
iQuery.js
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
67 lines (67 loc) · 1.76 KB
Breadcrumbs
iQuery.js
/
package.json
Copy path
File metadata and controls
67 lines (67 loc) · 1.76 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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
"
}
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL