|
1 | 1 | { |
2 | | - "name": "mercury-parser", |
| 2 | + "name": "@postlight/mercury-parser", |
3 | 3 | "version": "1.0.13", |
4 | | - "description": "", |
5 | | - "repository": "github:postlight/mercury-parser", |
| 4 | + "description": "Mercury transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.", |
| 5 | + "author": "Postlight <[email protected]>", |
| 6 | + "homepage": "https://mercury.postlight.com", |
| 7 | + "license": "MIT", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/postlight/mercury-parser.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/postlight/mercury-parser/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "mercury", |
| 17 | + "parser", |
| 18 | + "reader", |
| 19 | + "web", |
| 20 | + "content" |
| 21 | + ], |
6 | 22 | "main": "./dist/mercury.js", |
7 | 23 | "scripts": { |
8 | 24 | "lint": "eslint . --fix", |
|
25 | 41 | "add-contributor": "all-contributors add", |
26 | 42 | "generate-contributors": "all-contributors generate" |
27 | 43 | }, |
28 | | - "author": "Postlight", |
29 | | - "license": "ISC", |
| 44 | + "engines": { |
| 45 | + "node": ">=8.10" |
| 46 | + }, |
30 | 47 | "devDependencies": { |
31 | 48 | "@babel/core": "^7.0.0", |
32 | 49 | "@babel/plugin-transform-runtime": "^7.0.0", |
33 | 50 | "@babel/polyfill": "^7.0.0", |
34 | 51 | "@babel/preset-env": "^7.0.0", |
35 | 52 | "@babel/runtime": "^7.0.0", |
36 | | - "@babel/runtime-corejs2": "^7.2.0", |
37 | 53 | "@jesses/circle-github-bot": "^2.1.0", |
38 | 54 | "@octokit/rest": "^16.9.0", |
39 | 55 | "all-contributors-cli": "^5.10.0", |
|
87 | 103 | "watchify": "^3.11.0" |
88 | 104 | }, |
89 | 105 | "dependencies": { |
90 | | - "browser-request": "postlight/browser-request#feat-add-headers-to-response", |
| 106 | + "browser-request": "github:postlight/browser-request#feat-add-headers-to-response", |
91 | 107 | "cheerio": "^0.22.0", |
92 | | - "difflib": "postlight/difflib.js", |
| 108 | + "difflib": "github:postlight/difflib.js", |
93 | 109 | "ellipsize": "0.1.0", |
94 | 110 | "iconv-lite": "0.4.24", |
95 | 111 | "jquery": "^3.3.1", |
96 | 112 | "moment": "^2.23.0", |
97 | 113 | "moment-parseformat": "3.0.0", |
98 | 114 | "moment-timezone": "0.5.23", |
99 | | - "request": "czardoz/request", |
| 115 | + "request": "github:czardoz/request", |
100 | 116 | "request-promise": "^4.2.2", |
101 | 117 | "string-direction": "^0.1.2", |
102 | 118 | "url": "^0.11.0", |
103 | 119 | "valid-url": "^1.0.9", |
104 | | - "wuzzy": "^0.1.3" |
| 120 | + "wuzzy": "^0.1.3", |
| 121 | + "@babel/runtime-corejs2": "^7.2.0" |
105 | 122 | }, |
| 123 | + "bundleDependencies": [ |
| 124 | + "jquery", |
| 125 | + "moment-timezone", |
| 126 | + "browser-request" |
| 127 | + ], |
106 | 128 | "browser": { |
107 | 129 | "main": "./dist/mercury.web.js", |
108 | 130 | "cheerio": "./src/shims/cheerio-query", |
|
0 commit comments