-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.9 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.9 KB
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
69
70
71
72
73
74
75
76
77
{
"_args": [
[
"primer-forms@3.0.0",
"/Users/damaneice/Projects/opensource.guide"
]
],
"_from": "primer-forms@3.0.0",
"_id": "primer-forms@3.0.0",
"_inBundle": false,
"_integrity": "sha512-buKBHx1skjLmPgYvpFL5Xr3cbE9lxGkWS/h8lsuwL3ZCx5axHFu8MI+fKL6BY1EInRfbfk56d6Dn4QbC/ctInQ==",
"_location": "/primer-forms",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "primer-forms@3.0.0",
"name": "primer-forms",
"escapedName": "primer-forms",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/primer-core"
],
"_resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-3.0.0.tgz",
"_spec": "3.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": "Style individual form controls and utilize common layouts.",
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"keywords": [
"primer",
"css",
"github",
"design-system",
"forms",
"inputs",
"select menus"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-forms",
"primer": {
"category": "core",
"module_type": "components"
},
"repository": {
"type": "git",
"url": "https://github.com/primer/primer/tree/master/modules/primer-forms"
},
"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"
},
"style": "build/build.css",
"version": "3.0.0"
}