forked from github/opensource.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_args": [
[
"primer-pagination@2.0.0",
"/Users/damaneice/Projects/opensource.guide"
]
],
"_from": "primer-pagination@2.0.0",
"_id": "primer-pagination@2.0.0",
"_inBundle": false,
"_integrity": "sha512-+1BGHkNJoJtGVkfWi/IUP82MlShSrPJM1my6da1UnfcRBhONfk+7O3DXT7VLscXYk11rYsd/pGKZ8ZPH4DAvsw==",
"_location": "/primer-pagination",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "primer-pagination@2.0.0",
"name": "primer-pagination",
"escapedName": "primer-pagination",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/primer-core"
],
"_resolved": "https://registry.npmjs.org/primer-pagination/-/primer-pagination-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/damaneice/Projects/opensource.guide",
"author": {
"name": "GitHub, Inc."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "5.0.0"
},
"description": "Pagination component for applying button styles to a connected set of links that go to related pages",
"homepage": "http://primer.github.io/",
"keywords": [
"github",
"primer"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-pagination",
"primer": {
"category": "product",
"module_type": "components"
},
"repository": {
"type": "git",
"url": "https://github.com/primer/primer/tree/master/modules/primer-pagination"
},
"sass": "index.scss",
"scripts": {
"build": "../../script/npm-run primer-module-build index.scss",
"lint": "../../script/lint-scss",
"postpublish": "../../script/notify success",
"prepare": "npm run build",
"prepublishOnly": "../../script/notify pending",
"test": "../../script/npm-run-all build lint test-docs",
"test-docs": "../../script/test-docs"
},
"style": "index.scss",
"version": "2.0.0"
}