UNPKG

1.29 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": "0.6.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 "utils.js"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=0.10.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "async-each": "^1.0.0",
25 "get-pkg": "^0.3.0",
26 "lazy-cache": "^2.0.1"
27 },
28 "devDependencies": {
29 "gulp-format-md": "^0.1.9",
30 "mocha": "^2.5.3"
31 },
32 "keywords": [
33 "get",
34 "json",
35 "module",
36 "npm",
37 "object",
38 "package",
39 "package.json",
40 "pkg",
41 "pkgs"
42 ],
43 "verb": {
44 "run": true,
45 "toc": false,
46 "layout": "default",
47 "tasks": [
48 "readme"
49 ],
50 "plugins": [
51 "gulp-format-md"
52 ],
53 "related": {
54 "list": [
55 "get-first-commit",
56 "get-pkg",
57 "github-base"
58 ]
59 },
60 "reflinks": [
61 "verb"
62 ],
63 "lint": {
64 "reflinks": true
65 }
66 }
67}