UNPKG

1.38 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.5.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 "ansi-yellow": "^0.1.1",
25 "async-array-reduce": "^0.1.0",
26 "get-pkg": "^0.3.0",
27 "lazy-cache": "^1.0.3",
28 "warning-symbol": "^0.1.0"
29 },
30 "devDependencies": {
31 "gulp-format-md": "^0.1.7",
32 "mocha": "^2.4.5",
33 "should": "^8.3.0"
34 },
35 "keywords": [
36 "get",
37 "json",
38 "module",
39 "npm",
40 "object",
41 "package",
42 "package.json",
43 "pkg",
44 "pkgs"
45 ],
46 "verb": {
47 "run": true,
48 "toc": false,
49 "layout": "default",
50 "tasks": [
51 "readme"
52 ],
53 "plugins": [
54 "gulp-format-md"
55 ],
56 "related": {
57 "list": [
58 "get-first-commit",
59 "get-pkg",
60 "github-base"
61 ]
62 },
63 "reflinks": [
64 "verb"
65 ],
66 "lint": {
67 "reflinks": true
68 }
69 }
70}