UNPKG

1.14 kBJSONView Raw
1{
2 "name": "get-pkgs",
3 "description": "Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/get-pkgs",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/get-pkgs",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/get-pkgs/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "scripts": {
17 "test": "mocha"
18 },
19 "dependencies": {
20 "get-pkg": "^1.0.0"
21 },
22 "devDependencies": {
23 "gulp-format-md": "^1.0.0",
24 "mocha": "^5.2.0"
25 },
26 "keywords": [
27 "get",
28 "json",
29 "module",
30 "npm",
31 "object",
32 "package",
33 "package.json",
34 "pkg",
35 "pkgs"
36 ],
37 "verb": {
38 "run": true,
39 "toc": false,
40 "layout": "default",
41 "tasks": [
42 "readme"
43 ],
44 "plugins": [
45 "gulp-format-md"
46 ],
47 "related": {
48 "list": [
49 "get-first-commit",
50 "get-pkg",
51 "github-base"
52 ]
53 },
54 "lint": {
55 "reflinks": true
56 }
57 }
58}