jekyll-theme-primer 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +1 -1
  3. data/_sass/jekyll-theme-primer.scss +0 -1
  4. data/_sass/primer-base/CHANGELOG.md +20 -0
  5. data/_sass/primer-base/README.md +1 -1
  6. data/_sass/primer-base/build/build.css +1 -2
  7. data/_sass/primer-base/build/index.js +1 -0
  8. data/_sass/primer-base/index.scss +1 -1
  9. data/_sass/primer-base/lib/base.scss +1 -0
  10. data/_sass/{normalize.css → primer-base/lib}/normalize.scss +6 -2
  11. data/_sass/primer-base/lib/typography-base.scss +1 -1
  12. data/_sass/primer-base/package.json +36 -34
  13. data/_sass/primer-layout/CHANGELOG.md +19 -0
  14. data/_sass/primer-layout/README.md +3 -7
  15. data/_sass/primer-layout/build/build.css +1 -2
  16. data/_sass/primer-layout/build/index.js +1 -0
  17. data/_sass/primer-layout/index.scss +1 -0
  18. data/_sass/primer-layout/lib/grid.scss +0 -1
  19. data/_sass/primer-layout/package.json +35 -32
  20. data/_sass/primer-markdown/CHANGELOG.md +29 -0
  21. data/_sass/primer-markdown/README.md +1 -6
  22. data/_sass/primer-markdown/build/build.css +1 -2
  23. data/_sass/primer-markdown/build/index.js +1 -0
  24. data/_sass/primer-markdown/lib/blob-csv.scss +3 -3
  25. data/_sass/primer-markdown/lib/code.scss +2 -2
  26. data/_sass/primer-markdown/lib/headings.scss +4 -4
  27. data/_sass/primer-markdown/lib/images.scss +3 -3
  28. data/_sass/primer-markdown/lib/lists.scss +1 -1
  29. data/_sass/primer-markdown/lib/markdown-body.scss +9 -9
  30. data/_sass/primer-markdown/lib/tables.scss +9 -5
  31. data/_sass/primer-markdown/package.json +34 -31
  32. data/_sass/primer-support/CHANGELOG.md +85 -0
  33. data/_sass/primer-support/README.md +1 -1
  34. data/_sass/primer-support/index.scss +5 -1
  35. data/_sass/primer-support/lib/mixins/buttons.scss +156 -0
  36. data/_sass/primer-support/lib/mixins/misc.scss +1 -1
  37. data/_sass/primer-support/lib/mixins/typography.scss +4 -4
  38. data/_sass/primer-support/lib/variables/color-system.scss +114 -0
  39. data/_sass/primer-support/lib/variables/colors.scss +64 -0
  40. data/_sass/primer-support/lib/variables/layout.scss +58 -0
  41. data/_sass/primer-support/lib/variables/misc.scss +45 -0
  42. data/_sass/primer-support/lib/variables/typography.scss +35 -0
  43. data/_sass/primer-support/package.json +33 -29
  44. data/_sass/primer-utilities/CHANGELOG.md +130 -0
  45. data/_sass/primer-utilities/README.md +2 -2
  46. data/_sass/primer-utilities/build/build.css +1 -2
  47. data/_sass/primer-utilities/build/index.js +1 -2
  48. data/_sass/primer-utilities/index.scss +5 -1
  49. data/_sass/primer-utilities/lib/animations.scss +8 -11
  50. data/_sass/primer-utilities/lib/borders.scss +61 -0
  51. data/_sass/primer-utilities/lib/box-shadow.scss +26 -0
  52. data/_sass/primer-utilities/lib/colors.scss +72 -10
  53. data/_sass/primer-utilities/lib/flexbox.scss +80 -0
  54. data/_sass/primer-utilities/lib/layout.scss +37 -50
  55. data/_sass/primer-utilities/lib/margin.scss +37 -9
  56. data/_sass/primer-utilities/lib/padding.scss +16 -3
  57. data/_sass/primer-utilities/lib/typography.scss +65 -9
  58. data/_sass/primer-utilities/lib/visibility-display.scss +95 -0
  59. data/_sass/primer-utilities/package.json +35 -35
  60. metadata +17 -10
  61. data/_sass/normalize.css/CHANGELOG.md +0 -135
  62. data/_sass/normalize.css/LICENSE.md +0 -21
  63. data/_sass/normalize.css/README.md +0 -128
  64. data/_sass/normalize.css/package.json +0 -111
  65. data/_sass/primer-support/lib/variables.scss +0 -179
  66. data/_sass/primer-utilities/lib/border.scss +0 -29
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-primer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-14 00:00:00.000000000 Z
11
+ date: 2017-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -50,23 +50,21 @@ files:
50
50
  - _includes/.gitkeep
51
51
  - _layouts/default.html
52
52
  - _sass/jekyll-theme-primer.scss
53
- - _sass/normalize.css/CHANGELOG.md
54
- - _sass/normalize.css/LICENSE.md
55
- - _sass/normalize.css/README.md
56
- - _sass/normalize.css/normalize.scss
57
- - _sass/normalize.css/package.json
58
53
  - _sass/primer-base/CHANGELOG.md
59
54
  - _sass/primer-base/LICENSE
60
55
  - _sass/primer-base/README.md
61
56
  - _sass/primer-base/build/build.css
57
+ - _sass/primer-base/build/index.js
62
58
  - _sass/primer-base/index.scss
63
59
  - _sass/primer-base/lib/base.scss
60
+ - _sass/primer-base/lib/normalize.scss
64
61
  - _sass/primer-base/lib/typography-base.scss
65
62
  - _sass/primer-base/package.json
66
63
  - _sass/primer-layout/CHANGELOG.md
67
64
  - _sass/primer-layout/LICENSE
68
65
  - _sass/primer-layout/README.md
69
66
  - _sass/primer-layout/build/build.css
67
+ - _sass/primer-layout/build/index.js
70
68
  - _sass/primer-layout/index.scss
71
69
  - _sass/primer-layout/lib/columns.scss
72
70
  - _sass/primer-layout/lib/container.scss
@@ -77,6 +75,7 @@ files:
77
75
  - _sass/primer-markdown/LICENSE
78
76
  - _sass/primer-markdown/README.md
79
77
  - _sass/primer-markdown/build/build.css
78
+ - _sass/primer-markdown/build/index.js
80
79
  - _sass/primer-markdown/index.scss
81
80
  - _sass/primer-markdown/lib/blob-csv.scss
82
81
  - _sass/primer-markdown/lib/code.scss
@@ -90,10 +89,15 @@ files:
90
89
  - _sass/primer-support/LICENSE
91
90
  - _sass/primer-support/README.md
92
91
  - _sass/primer-support/index.scss
92
+ - _sass/primer-support/lib/mixins/buttons.scss
93
93
  - _sass/primer-support/lib/mixins/layout.scss
94
94
  - _sass/primer-support/lib/mixins/misc.scss
95
95
  - _sass/primer-support/lib/mixins/typography.scss
96
- - _sass/primer-support/lib/variables.scss
96
+ - _sass/primer-support/lib/variables/color-system.scss
97
+ - _sass/primer-support/lib/variables/colors.scss
98
+ - _sass/primer-support/lib/variables/layout.scss
99
+ - _sass/primer-support/lib/variables/misc.scss
100
+ - _sass/primer-support/lib/variables/typography.scss
97
101
  - _sass/primer-support/package.json
98
102
  - _sass/primer-utilities/CHANGELOG.md
99
103
  - _sass/primer-utilities/LICENSE
@@ -102,12 +106,15 @@ files:
102
106
  - _sass/primer-utilities/build/index.js
103
107
  - _sass/primer-utilities/index.scss
104
108
  - _sass/primer-utilities/lib/animations.scss
105
- - _sass/primer-utilities/lib/border.scss
109
+ - _sass/primer-utilities/lib/borders.scss
110
+ - _sass/primer-utilities/lib/box-shadow.scss
106
111
  - _sass/primer-utilities/lib/colors.scss
112
+ - _sass/primer-utilities/lib/flexbox.scss
107
113
  - _sass/primer-utilities/lib/layout.scss
108
114
  - _sass/primer-utilities/lib/margin.scss
109
115
  - _sass/primer-utilities/lib/padding.scss
110
116
  - _sass/primer-utilities/lib/typography.scss
117
+ - _sass/primer-utilities/lib/visibility-display.scss
111
118
  - _sass/primer-utilities/package.json
112
119
  - _sass/rouge.scss
113
120
  - assets/css/style.scss
@@ -131,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
138
  version: '0'
132
139
  requirements: []
133
140
  rubyforge_project:
134
- rubygems_version: 2.5.2
141
+ rubygems_version: 2.6.11
135
142
  signing_key:
136
143
  specification_version: 4
137
144
  summary: Primer is a Jekyll theme for GitHub Pages based on GitHub's Primer styles
@@ -1,135 +0,0 @@
1
- # Changes to normalize.css
2
-
3
- ### 4.1.1 (April 12, 2016)
4
-
5
- * Update normalize.css heading.
6
-
7
- ### 4.1.0 (April 11, 2016)
8
-
9
- * Normalize placeholders in Chrome, Edge, and Safari.
10
- * Normalize `text-decoration-skip` property in Safari.
11
- * Normalize file select buttons.
12
- * Normalize search input outlines in Safari.
13
- * Limit Firefox focus normalizations to buttons.
14
- * Restore `main` to package.json.
15
- * Restore proper overflow to certain `select` elements.
16
- * Remove opinionated cursor styles on buttons.
17
- * Update stylelint configuration
18
- * Update tests
19
-
20
- ### 4.0.0 (March 19, 2016)
21
-
22
- * Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari.
23
- * Correct inconsistent `overflow` for `hr` in Edge and IE.
24
- * Correct inconsistent `box-sizing` for `hr` in Firefox.
25
- * Correct inconsistent `text-decoration` and `border-bottom` for `abbr[title]`
26
- in Chrome, Edge, Firefox IE, Opera, and Safari.
27
- * Correct inheritance and scaling of `font-size` for preformatted text.
28
- * Correct `legend` text wrapping not present in Edge and IE.
29
- * Remove unnecessary normalization of `line-height` for `input`.
30
- * Remove unnecessary normalization of `color` for form controls.
31
- * Remove unnecessary `box-sizing` for `input[type="search"]` in Chrome, Edge,
32
- Firefox, IE, and Safari.
33
- * Remove opinionated table resets.
34
- * Remove opinionated `pre` overflow.
35
- * Remove selector weight from some input selectors.
36
- * Update normalization of `border-style` for `img`.
37
- * Update normalization of `color` inheritance for `legend`.
38
- * Update normalization of `background-color` for `mark`.
39
- * Update normalization of `outline` for `:-moz-focusring` removed by a previous
40
- normalization in Firefox.
41
- * Update opinionated style of `outline-width` for `a:active` and `a:hover`.
42
- * Update comments to identify opinionated styles.
43
- * Update comments to specify browser/versions affected by all changes.
44
- * Update comments to use one voice.
45
-
46
- ---
47
-
48
- ### 3.0.3 (March 30, 2015)
49
-
50
- * Remove unnecessary vendor prefixes.
51
- * Add `main` property.
52
-
53
- ### 3.0.2 (October 4, 2014)
54
-
55
- * Only alter `background-color` of links in IE 10.
56
- * Add `menu` element to HTML5 display definitions.
57
-
58
- ### 3.0.1 (March 27, 2014)
59
-
60
- * Add package.json for npm support.
61
-
62
- ### 3.0.0 (January 28, 2014)
63
-
64
- ### 3.0.0-rc.1 (January 26, 2014)
65
-
66
- * Explicit tests for each normalization.
67
- * Fix i18n for `q` element.
68
- * Fix `pre` text formatting and overflow.
69
- * Fix vertical alignment of `progress`.
70
- * Address `button` overflow in IE 8/9/10.
71
- * Revert `textarea` alignment modification.
72
- * Fix number input button cursor in Chrome on OS X.
73
- * Remove `a:focus` outline normalization.
74
- * Fix `figure` margin normalization.
75
- * Normalize `optgroup`.
76
- * Remove default table cell padding.
77
- * Set correct display for `progress` in IE 8/9.
78
- * Fix `font` and `color` inheritance for forms.
79
-
80
- ---
81
-
82
- ### 2.1.3 (August 26, 2013)
83
-
84
- * Fix component.json.
85
- * Remove the gray background color from active links in IE 10.
86
-
87
- ### 2.1.2 (May 11, 2013)
88
-
89
- * Revert root `color` and `background` normalizations.
90
-
91
- ### 2.1.1 (April 8, 2013)
92
-
93
- * Normalize root `color` and `background` to counter the effects of system
94
- color schemes.
95
-
96
- ### 2.1.0 (January 21, 2013)
97
-
98
- * Normalize `text-transform` for `button` and `select`.
99
- * Normalize `h1` margin when within HTML5 sectioning elements.
100
- * Normalize `hr` element.
101
- * Remove unnecessary `pre` styles.
102
- * Add `main` element to HTML5 display definitions.
103
- * Fix cursor style for disabled button `input`.
104
-
105
- ### 2.0.1 (August 20, 2012)
106
-
107
- * Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
108
-
109
- ### 2.0.0 (August 19, 2012)
110
-
111
- * Remove legacy browser form normalizations.
112
- * Remove all list normalizations.
113
- * Add `quotes` normalizations.
114
- * Remove all heading normalizations except `h1` font size.
115
- * Form elements automatically inherit `font-family` from ancestor.
116
- * Drop support for IE 6/7, Firefox < 4, and Safari < 5.
117
-
118
- ---
119
-
120
- ### 1.0.1 (August 19, 2012)
121
-
122
- * Adjust `small` font size normalization.
123
-
124
- ### 1.0.0 (August 14, 2012)
125
-
126
- (Only the notable changes since public release)
127
-
128
- * Add MIT License.
129
- * Hide `audio` elements without controls in iOS 5.
130
- * Normalize heading margins and font size.
131
- * Move font-family normalization from `body` to `html`.
132
- * Remove scrollbar normalization.
133
- * Remove excess padding from checkbox and radio inputs in IE 7.
134
- * Add IE9 correction for SVG overflow.
135
- * Add fix for legend not inheriting color in IE 6/7/8/9.
@@ -1,21 +0,0 @@
1
- # The MIT License (MIT)
2
-
3
- Copyright © Nicolas Gallagher and Jonathan Neal
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the "Software"), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9
- of the Software, and to permit persons to whom the Software is furnished to do
10
- so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,128 +0,0 @@
1
- # normalize.css
2
-
3
- <a href="https://github.com/necolas/normalize.css"><img
4
- src="https://necolas.github.io/normalize.css/logo.svg" alt="Normalize Logo"
5
- width="80" height="80" align="right"></a>
6
-
7
- > A modern alternative to CSS resets
8
-
9
- [![npm][npm-image]][npm-url] [![license][license-image]][license-url]
10
- [![changelog][changelog-image]][changelog-url]
11
- [![gitter][gitter-image]][gitter-url]
12
-
13
-
14
- **NPM**
15
-
16
- ```sh
17
- npm install --save normalize.css
18
- ```
19
-
20
- **Bower**
21
-
22
- ```sh
23
- bower install --save normalize-css
24
- ```
25
-
26
- **CDN**
27
-
28
- See https://cdnjs.com/libraries/normalize
29
-
30
- **Download**
31
-
32
- See https://necolas.github.io/normalize.css/latest/normalize.css
33
-
34
-
35
- ## What does it do?
36
-
37
- * Preserves useful defaults, unlike many CSS resets.
38
- * Normalizes styles for a wide range of elements.
39
- * Corrects bugs and common browser inconsistencies.
40
- * Improves usability with subtle modifications.
41
- * Explains what code does using detailed comments.
42
-
43
-
44
- ## Browser support
45
-
46
- * Chrome (last two)
47
- * Edge (last two)
48
- * Firefox (last two)
49
- * Firefox ESR
50
- * Internet Explorer 8+
51
- * Opera (last two)
52
- * Safari 6+
53
-
54
- *[Normalize.css v1 provides legacy browser support]
55
- (https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),
56
- but is no longer actively developed.*
57
-
58
-
59
- ## Extended details and known issues
60
-
61
- Additional detail and explanation of the esoteric parts of normalize.css.
62
-
63
- #### `pre, code, kbd, samp`
64
-
65
- The `font-family: monospace, monospace` hack fixes the inheritance and scaling
66
- of font-size for preformatted text. The duplication of `monospace` is
67
- intentional. [Source](https://en.wikipedia.org/wiki/User:Davidgothberg/Test59).
68
-
69
- #### `sub, sup`
70
-
71
- Normally, using `sub` or `sup` affects the line-box height of text in all
72
- browsers. [Source](https://gist.github.com/413930).
73
-
74
- #### `svg:not(:root)`
75
-
76
- Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE
77
- don't support SVG, so we can safely use the `:not()` and `:root` selectors that
78
- modern browsers use in the default UA stylesheets to apply this style. [Source]
79
- (https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
80
-
81
- #### `select`
82
-
83
- By default, Chrome on OS X and Safari on OS X allow very limited styling of
84
- `select`, unless a border property is set. The default font weight on `optgroup`
85
- elements cannot safely be changed in Chrome on OSX and Safari on OS X.
86
-
87
- #### `[type="checkbox"]`
88
-
89
- It is recommended that you do not style checkbox and radio inputs as Firefox's
90
- implementation does not respect box-sizing, padding, or width.
91
-
92
- #### `[type="number"]`
93
-
94
- Certain font size values applied to number inputs cause the cursor style of the
95
- decrement button to change from `default` to `text`.
96
-
97
- #### `[type="search"]`
98
-
99
- The search input is not fully stylable by default. In Chrome and Safari on
100
- OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
101
- Chrome and Safari on Windows you can't control `border` properly. It will apply
102
- `border-width` but will only show a border color (which cannot be controlled)
103
- for the outer 1px of that border. Applying `-webkit-appearance: textfield`
104
- addresses these issues without removing the benefits of search inputs (e.g.
105
- showing past searches). Safari (but not Chrome) will clip the cancel button on
106
- when it has padding (and `textfield` appearance).
107
-
108
-
109
- ## Contributing
110
-
111
- Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
112
- contribution process easy and effective for everyone involved.
113
-
114
-
115
- ## Acknowledgements
116
-
117
- Normalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),
118
- co-created with [Jonathan Neal](https://github.com/jonathantneal).
119
-
120
-
121
- [changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat-square
122
- [changelog-url]: CHANGELOG.md
123
- [license-image]: https://img.shields.io/npm/l/normalize.css.svg?style=flat-square
124
- [license-url]: LICENSE.md
125
- [npm-image]: https://img.shields.io/npm/v/normalize.css.svg?style=flat-square
126
- [npm-url]: https://www.npmjs.com/package/normalize.css
127
- [gitter-image]: https://img.shields.io/badge/chat-gitter-blue.svg?style=flat-square
128
- [gitter-url]: https://gitter.im/necolas/normalize.css
@@ -1,111 +0,0 @@
1
- {
2
- "_args": [
3
- [
4
- {
5
- "raw": "normalize.css@4.1.1",
6
- "scope": null,
7
- "escapedName": "normalize.css",
8
- "name": "normalize.css",
9
- "rawSpec": "4.1.1",
10
- "spec": "4.1.1",
11
- "type": "version"
12
- },
13
- "/Users/benbalter/projects/jekyll-theme-primer/node_modules/primer-base"
14
- ]
15
- ],
16
- "_from": "normalize.css@4.1.1",
17
- "_id": "normalize.css@4.1.1",
18
- "_inCache": true,
19
- "_location": "/normalize.css",
20
- "_nodeVersion": "5.4.1",
21
- "_npmOperationalInternal": {
22
- "host": "packages-12-west.internal.npmjs.com",
23
- "tmp": "tmp/normalize.css-4.1.1.tgz_1460465805641_0.36554792197421193"
24
- },
25
- "_npmUser": {
26
- "name": "jonathantneal",
27
- "email": "jonathantneal@hotmail.com"
28
- },
29
- "_npmVersion": "3.7.5",
30
- "_phantomChildren": {},
31
- "_requested": {
32
- "raw": "normalize.css@4.1.1",
33
- "scope": null,
34
- "escapedName": "normalize.css",
35
- "name": "normalize.css",
36
- "rawSpec": "4.1.1",
37
- "spec": "4.1.1",
38
- "type": "version"
39
- },
40
- "_requiredBy": [
41
- "/primer-base"
42
- ],
43
- "_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-4.1.1.tgz",
44
- "_shasum": "4f0b1d5a235383252b04d8566b866cc5fcad9f0c",
45
- "_shrinkwrap": null,
46
- "_spec": "normalize.css@4.1.1",
47
- "_where": "/Users/benbalter/projects/jekyll-theme-primer/node_modules/primer-base",
48
- "bugs": {
49
- "url": "https://github.com/necolas/normalize.css/issues"
50
- },
51
- "contributors": [
52
- {
53
- "name": "Jonathan Neal",
54
- "email": "jonathantneal@hotmail.com",
55
- "url": "http://jonathantneal.com/"
56
- },
57
- {
58
- "name": "Nicolas Gallagher",
59
- "email": "nicolas@nicolasgallagher.com",
60
- "url": "http://nicolasgallagher.com/"
61
- }
62
- ],
63
- "dependencies": {},
64
- "description": "A modern alternative to CSS resets",
65
- "devDependencies": {
66
- "stylelint": "^5.4.0",
67
- "stylelint-config-standard": "^5.0.0"
68
- },
69
- "directories": {},
70
- "dist": {
71
- "shasum": "4f0b1d5a235383252b04d8566b866cc5fcad9f0c",
72
- "tarball": "https://registry.npmjs.org/normalize.css/-/normalize.css-4.1.1.tgz"
73
- },
74
- "files": [
75
- "LICENSE.md",
76
- "normalize.css"
77
- ],
78
- "gitHead": "39c21b3678ff1ebd2aebc51ec56d55d18a5a68e3",
79
- "homepage": "https://necolas.github.io/normalize.css#readme",
80
- "license": "MIT",
81
- "main": "normalize.css",
82
- "maintainers": [
83
- {
84
- "name": "jonathantneal",
85
- "email": "jonathantneal@hotmail.com"
86
- },
87
- {
88
- "name": "necolas",
89
- "email": "nicolasgallagher@gmail.com"
90
- },
91
- {
92
- "name": "tjholowaychuk",
93
- "email": "tj@vision-media.ca"
94
- }
95
- ],
96
- "name": "normalize.css",
97
- "optionalDependencies": {},
98
- "readme": "ERROR: No README data found!",
99
- "repository": {
100
- "type": "git",
101
- "url": "git+https://github.com/necolas/normalize.css.git"
102
- },
103
- "scripts": {
104
- "test": "stylelint normalize.css"
105
- },
106
- "style": "normalize.css",
107
- "stylelint": {
108
- "extends": "stylelint-config-standard"
109
- },
110
- "version": "4.1.1"
111
- }