Skip to content

Commit 13364d2

Browse files
author
cenzhende
committed
init
1 parent d1c6423 commit 13364d2

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 WEBuster
3+
Copyright (c) 2017 Matt Mueller
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# cheerio-standalone
2-
cheerio for browser
2+
3+
[![Version](https://img.shields.io/npm/v/cheerio-standalone.svg?style=flat-square)](https://www.npmjs.com/package/cheerio-standalone)
4+
[![License](https://img.shields.io/npm/l/cheerio-standalone.svg?style=flat-square)](LICENSE)
5+
6+
> Cheerio for browser.
7+
8+
## Thanks
9+
10+
- [cheerio](https://github.com/cheeriojs/cheerio)
11+
12+
- [wzrd.in](https://github.com/jfhbrook/wzrd.in)

cheerio.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "cheerio-standalone",
3+
"version": "0.22.0",
4+
"description": "cheerio for browser",
5+
"main": "cheerio.min.js",
6+
"scripts": {
7+
"test": "echo 42"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/WEBuster/cheerio-standalone.git"
12+
},
13+
"keywords": [
14+
"cheerio",
15+
"standalone",
16+
"browser"
17+
],
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/WEBuster/cheerio-standalone/issues"
21+
},
22+
"homepage": "https://github.com/WEBuster/cheerio-standalone#readme"
23+
}

0 commit comments

Comments
 (0)