UNPKG

1.18 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.1.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 "engines": {
17 "node": ">=4"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {
23 "get-pkg": "^1.1.0"
24 },
25 "devDependencies": {
26 "gulp-format-md": "^2.0.0",
27 "mocha": "^5.2.0"
28 },
29 "keywords": [
30 "get",
31 "json",
32 "module",
33 "npm",
34 "object",
35 "package",
36 "package.json",
37 "pkg",
38 "pkgs"
39 ],
40 "verb": {
41 "run": true,
42 "toc": false,
43 "layout": "default",
44 "tasks": [
45 "readme"
46 ],
47 "plugins": [
48 "gulp-format-md"
49 ],
50 "related": {
51 "list": [
52 "get-first-commit",
53 "get-pkg",
54 "github-base"
55 ]
56 },
57 "lint": {
58 "reflinks": true
59 }
60 }
61}