UNPKG

1.12 kBJSONView Raw
1{
2 "name": "pickup",
3 "version": "8.1.0",
4 "description": "Transform RSS or Atom XML to JSON",
5 "main": "index.js",
6 "directories": {
7 "example": "example",
8 "test": "test"
9 },
10 "scripts": {
11 "postpublish": "git push origin --all; git push origin --tags",
12 "postversion": "npm publish",
13 "pretest": "standard --fix",
14 "preversion": "npm test",
15 "test": "tap test/*.js -b -j4 --cov"
16 },
17 "bin": {
18 "pickup": "bin/cli.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/michaelnisi/pickup.git"
23 },
24 "keywords": [
25 "rss",
26 "atom",
27 "xml",
28 "json",
29 "itunes",
30 "podcast",
31 "feed",
32 "transform",
33 "stream",
34 "through",
35 "streams2"
36 ],
37 "bugs": {
38 "url": "https://github.com/michaelnisi/pickup/issues"
39 },
40 "homepage": "https://github.com/michaelnisi/pickup",
41 "dependencies": {
42 "saxes": "^3.1.11",
43 "readable-stream": "^3.1.1"
44 },
45 "devDependencies": {
46 "standard": "^13.0.2",
47 "tap": "^14.4.2"
48 },
49 "engines": {
50 "node": ">=8"
51 },
52 "author": "Michael Nisi (https://troubled.pro)",
53 "license": "MIT"
54}