1234567891011121314 |
- {
- "name": "async-demo",
- "version": "1.0.0",
- "main": "test-async.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "cheerio": "^1.0.0"
- }
- }
|