diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..82c221ec --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,14 @@ +{ + "name": "mcl", + "image": "mcr.microsoft.com/vscode/devcontainers/jekyll", + "features": { + "ghcr.io/devcontainers/features/node:1": { + "version": "23.3.0" + }, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "3.3.6" + } + }, + "forwardPorts": [4000], + "postCreateCommand": "bundle exec jekyll serve --watch --incremental --baseurl ''" +} diff --git a/.node-version b/.node-version index 65d83ce5..6e909bab 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -12.14.0 +23.3.0 diff --git a/.ruby-version b/.ruby-version index fd2a0186..9c25013d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.3.6 diff --git a/README.md b/README.md index 9c79a312..e24e3dfa 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ To start up the local Jekyll server run: Now point your browser to to view the site. +### Devcontainer + +This project includes a `.devcontainer` folder with a `Dockerfile` and `devcontainer.json` to use with [Visual Studio Code Remote - Containers](https://code.visualstudio.com/docs/remote/containers). This will set up a development environment with all the necessary dependencies. + ### Note on Patches/Pull Requests * Fork the project. diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 00000000..57c4d93a --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,195 @@ +{ + "name": "opensourcefriday", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/primer-base": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.6.3.tgz", + "integrity": "sha1-Mqtei9jMoM8/Byqie7CHuuBfeWc=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-box": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.5.tgz", + "integrity": "sha1-j76ta9vx0gGtgfGBUXLXI/SZtLs=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-breadcrumb": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.1.tgz", + "integrity": "sha1-mHQDUkRetb6rtIpRqB8IOJsd79A=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-buttons": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.5.3.tgz", + "integrity": "sha1-taQNCzJcb2ueBMVRUVKjCf2WMJU=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-core": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.7.0.tgz", + "integrity": "sha1-qw5R5wNWpRQh88Cvteb1ODg9ycI=", + "dependencies": { + "primer-base": "1.6.3", + "primer-box": "2.5.5", + "primer-breadcrumb": "1.5.1", + "primer-buttons": "2.5.3", + "primer-forms": "2.1.0", + "primer-layout": "1.4.5", + "primer-navigation": "1.5.3", + "primer-support": "4.5.2", + "primer-table-object": "1.4.5", + "primer-tooltips": "1.5.2", + "primer-truncate": "1.4.5", + "primer-utilities": "4.8.5" + } + }, + "node_modules/primer-forms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.0.tgz", + "integrity": "sha1-0ntLuovSFKCX/opWFe1oNxRv6y0=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-layout": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.4.5.tgz", + "integrity": "sha1-b83KZw7wv1xCir6L6GSdg8UeeW8=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-marketing": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/primer-marketing/-/primer-marketing-6.2.0.tgz", + "integrity": "sha1-I8pcTgPYM27Fwk82rI/rfWAKfNo=", + "dependencies": { + "primer-marketing-buttons": "1.0.4", + "primer-marketing-support": "1.5.0", + "primer-marketing-type": "1.4.5", + "primer-marketing-utilities": "1.6.1", + "primer-page-headers": "1.4.5", + "primer-page-sections": "1.4.5", + "primer-support": "4.5.2", + "primer-tables": "1.4.5" + } + }, + "node_modules/primer-marketing-buttons": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/primer-marketing-buttons/-/primer-marketing-buttons-1.0.4.tgz", + "integrity": "sha1-vwJIA0Qn9gNm4gmXR2jV9nCUcBE=", + "dependencies": { + "primer-support": "4.5.2" + }, + "peerDependencies": { + "primer-buttons": ">=2.5.0" + } + }, + "node_modules/primer-marketing-support": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/primer-marketing-support/-/primer-marketing-support-1.5.0.tgz", + "integrity": "sha1-ah4gvyhFKhFKNwjUFNJDJGsNAJA=" + }, + "node_modules/primer-marketing-type": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-marketing-type/-/primer-marketing-type-1.4.5.tgz", + "integrity": "sha1-X2PucfinvZvqq/suAWrWS2lU1qM=", + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + } + }, + "node_modules/primer-marketing-utilities": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/primer-marketing-utilities/-/primer-marketing-utilities-1.6.1.tgz", + "integrity": "sha1-U7b/+Qg4sXwFlFx0IQUSTNaK4pk=", + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + } + }, + "node_modules/primer-navigation": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.3.tgz", + "integrity": "sha1-TTJzT67VKzQBP9cQNTQAx5FODFY=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-page-headers": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-page-headers/-/primer-page-headers-1.4.5.tgz", + "integrity": "sha1-dKt63n2gjH7orlcJK3D4K3R8uHA=", + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + } + }, + "node_modules/primer-page-sections": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-page-sections/-/primer-page-sections-1.4.5.tgz", + "integrity": "sha1-dS95fnDs1h0aW29L6mB4oipbQNY=", + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + } + }, + "node_modules/primer-support": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.5.2.tgz", + "integrity": "sha1-2quaSIgbaVPo5soBhlovQVv3d8U=" + }, + "node_modules/primer-table-object": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.5.tgz", + "integrity": "sha1-pF1Z8zqYQQCNLweRQO6KqtZ0g5s=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-tables": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-tables/-/primer-tables-1.4.5.tgz", + "integrity": "sha1-t5woRZmpEAoUdADrJlUyvupjt8o=", + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + } + }, + "node_modules/primer-tooltips": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.2.tgz", + "integrity": "sha1-N5nOdXweKZU8kkrvuEkmX2F1VOc=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-truncate": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.5.tgz", + "integrity": "sha1-Qn+ke42c6rq5aqndvwWeRNDudC4=", + "dependencies": { + "primer-support": "4.5.2" + } + }, + "node_modules/primer-utilities": { + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.8.5.tgz", + "integrity": "sha1-nzsb6O76zsHg6qJ16kyOKdxoPOs=", + "dependencies": { + "primer-support": "4.5.2" + } + } + } +} diff --git a/node_modules/primer-base/package.json b/node_modules/primer-base/package.json index 2fb64f7c..a45a57ce 100644 --- a/node_modules/primer-base/package.json +++ b/node_modules/primer-base/package.json @@ -1,48 +1,35 @@ { - "_args": [ - [ - "primer-base@1.6.3", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-base@1.6.3", - "_id": "primer-base@1.6.3", - "_inBundle": false, - "_integrity": "sha1-Mqtei9jMoM8/Byqie7CHuuBfeWc=", - "_location": "/primer-base", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-base@1.6.3", - "name": "primer-base", - "escapedName": "primer-base", - "rawSpec": "1.6.3", - "saveSpec": null, - "fetchSpec": "1.6.3" + "version": "1.6.3", + "name": "primer-base", + "description": "CSS to reset the browsers default styles", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "support" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.6.3.tgz", - "_spec": "1.6.3", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-base", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "CSS to reset the browsers default styles", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "primer", "css", @@ -51,25 +38,5 @@ "base", "reset", "normalize" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-base", - "primer": { - "category": "core", - "module_type": "support" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-base" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "1.6.3" + ] } diff --git a/node_modules/primer-box/package.json b/node_modules/primer-box/package.json index 68c8871e..db1f980e 100644 --- a/node_modules/primer-box/package.json +++ b/node_modules/primer-box/package.json @@ -1,72 +1,39 @@ { - "_args": [ - [ - "primer-box@2.5.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-box@2.5.5", - "_id": "primer-box@2.5.5", - "_inBundle": false, - "_integrity": "sha1-j76ta9vx0gGtgfGBUXLXI/SZtLs=", - "_location": "/primer-box", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-box@2.5.5", - "name": "primer-box", - "escapedName": "primer-box", - "rawSpec": "2.5.5", - "saveSpec": null, - "fetchSpec": "2.5.5" - }, - "_requiredBy": [ - "/primer-core" - ], - "_resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.5.tgz", - "_spec": "2.5.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-support": "4.5.2" - }, + "version": "2.5.5", + "name": "primer-box", "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", - "files": [ - "index.scss", - "lib", - "build" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-box", "primer": { "category": "core", "module_type": "components" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-box" + "files": [ + "index.scss", + "lib", + "build" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-box", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", + "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint" }, - "style": "build/build.css", - "version": "2.5.5" + "dependencies": { + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/node_modules/primer-breadcrumb/package.json b/node_modules/primer-breadcrumb/package.json index b4ff20cd..4bc4f206 100644 --- a/node_modules/primer-breadcrumb/package.json +++ b/node_modules/primer-breadcrumb/package.json @@ -1,48 +1,36 @@ { - "_args": [ - [ - "primer-breadcrumb@1.5.1", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-breadcrumb@1.5.1", - "_id": "primer-breadcrumb@1.5.1", - "_inBundle": false, - "_integrity": "sha1-mHQDUkRetb6rtIpRqB8IOJsd79A=", - "_location": "/primer-breadcrumb", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-breadcrumb@1.5.1", - "name": "primer-breadcrumb", - "escapedName": "primer-breadcrumb", - "rawSpec": "1.5.1", - "saveSpec": null, - "fetchSpec": "1.5.1" + "version": "1.5.1", + "name": "primer-breadcrumb", + "description": "Breadcrumb navigation for pages with parents / grandparents.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "components" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.1.tgz", - "_spec": "1.5.1", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-breadcrumb", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "test-docs": "../../script/test-docs", + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "Breadcrumb navigation for pages with parents / grandparents.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "breadcrumb", "css", @@ -51,26 +39,5 @@ "primer", "design-system", "style" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-breadcrumb", - "primer": { - "category": "core", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-breadcrumb" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" - }, - "style": "build/build.css", - "version": "1.5.1" + ] } diff --git a/node_modules/primer-buttons/package.json b/node_modules/primer-buttons/package.json index cc52b0b0..93b1abab 100644 --- a/node_modules/primer-buttons/package.json +++ b/node_modules/primer-buttons/package.json @@ -1,48 +1,35 @@ { - "_args": [ - [ - "primer-buttons@2.5.3", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-buttons@2.5.3", - "_id": "primer-buttons@2.5.3", - "_inBundle": false, - "_integrity": "sha1-taQNCzJcb2ueBMVRUVKjCf2WMJU=", - "_location": "/primer-buttons", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-buttons@2.5.3", - "name": "primer-buttons", - "escapedName": "primer-buttons", - "rawSpec": "2.5.3", - "saveSpec": null, - "fetchSpec": "2.5.3" + "version": "2.5.3", + "name": "primer-buttons", + "description": "A collection of buttons used for primary and secondary actions.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "components" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.5.3.tgz", - "_spec": "2.5.3", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-buttons", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "A collection of buttons used for primary and secondary actions.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "primer", "css", @@ -50,25 +37,5 @@ "design-system", "buttons", "styles" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-buttons", - "primer": { - "category": "core", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-buttons" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "2.5.3" + ] } diff --git a/node_modules/primer-core/package.json b/node_modules/primer-core/package.json index ee2a7f29..af277876 100644 --- a/node_modules/primer-core/package.json +++ b/node_modules/primer-core/package.json @@ -1,38 +1,31 @@ { - "_args": [ - [ - "primer-core@6.7.0", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-core@6.7.0", - "_id": "primer-core@6.7.0", - "_inBundle": false, - "_integrity": "sha1-qw5R5wNWpRQh88Cvteb1ODg9ycI=", - "_location": "/primer-core", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-core@6.7.0", - "name": "primer-core", - "escapedName": "primer-core", - "rawSpec": "6.7.0", - "saveSpec": null, - "fetchSpec": "6.7.0" + "version": "6.7.0", + "name": "primer-core", + "description": "Primer's core modules", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "meta" }, - "_requiredBy": [ - "/" + "files": [ + "index.scss", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.7.0.tgz", - "_spec": "6.7.0", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-core", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build", + "lint": "../../script/lint-scss" + }, "dependencies": { "primer-base": "1.6.3", "primer-box": "2.5.5", @@ -46,31 +39,5 @@ "primer-tooltips": "1.5.2", "primer-truncate": "1.4.5", "primer-utilities": "4.8.5" - }, - "description": "Primer's core modules", - "files": [ - "index.scss", - "build" - ], - "homepage": "http://primer.github.io/", - "license": "MIT", - "main": "build/index.js", - "name": "primer-core", - "primer": { - "category": "core", - "module_type": "meta" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-core" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "npm run build" - }, - "style": "build/build.css", - "version": "6.7.0" + } } diff --git a/node_modules/primer-forms/package.json b/node_modules/primer-forms/package.json index 5adf8b25..8246d7c3 100644 --- a/node_modules/primer-forms/package.json +++ b/node_modules/primer-forms/package.json @@ -1,48 +1,35 @@ { - "_args": [ - [ - "primer-forms@2.1.0", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-forms@2.1.0", - "_id": "primer-forms@2.1.0", - "_inBundle": false, - "_integrity": "sha1-0ntLuovSFKCX/opWFe1oNxRv6y0=", - "_location": "/primer-forms", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-forms@2.1.0", - "name": "primer-forms", - "escapedName": "primer-forms", - "rawSpec": "2.1.0", - "saveSpec": null, - "fetchSpec": "2.1.0" + "version": "2.1.0", + "name": "primer-forms", + "description": "Style individual form controls and utilize common layouts.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "components" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.0.tgz", - "_spec": "2.1.0", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-forms", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "Style individual form controls and utilize common layouts.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "primer", "css", @@ -51,25 +38,5 @@ "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", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "2.1.0" + ] } diff --git a/node_modules/primer-layout/package.json b/node_modules/primer-layout/package.json index abb23ddc..f50b8d13 100644 --- a/node_modules/primer-layout/package.json +++ b/node_modules/primer-layout/package.json @@ -1,73 +1,40 @@ { - "_args": [ - [ - "primer-layout@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-layout@1.4.5", - "_id": "primer-layout@1.4.5", - "_inBundle": false, - "_integrity": "sha1-b83KZw7wv1xCir6L6GSdg8UeeW8=", - "_location": "/primer-layout", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-layout@1.4.5", - "name": "primer-layout", - "escapedName": "primer-layout", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" - }, - "_requiredBy": [ - "/primer-core" - ], - "_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-support": "4.5.2" - }, + "version": "1.4.5", + "name": "primer-layout", "description": "Containers, rows, and columns for creating page layout.", - "files": [ - "index.scss", - "lib", - "build", - "docs" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-layout", "primer": { "category": "core", "module_type": "objects" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-layout" + "files": [ + "index.scss", + "lib", + "build", + "docs" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-layout", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", + "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint" }, - "style": "build/build.css", - "version": "1.4.5" + "dependencies": { + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/node_modules/primer-marketing-buttons/package.json b/node_modules/primer-marketing-buttons/package.json index 84ed95a5..b9dab9a8 100644 --- a/node_modules/primer-marketing-buttons/package.json +++ b/node_modules/primer-marketing-buttons/package.json @@ -1,48 +1,39 @@ { - "_args": [ - [ - "primer-marketing-buttons@1.0.4", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-marketing-buttons@1.0.4", - "_id": "primer-marketing-buttons@1.0.4", - "_inBundle": false, - "_integrity": "sha1-vwJIA0Qn9gNm4gmXR2jV9nCUcBE=", - "_location": "/primer-marketing-buttons", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-marketing-buttons@1.0.4", - "name": "primer-marketing-buttons", - "escapedName": "primer-marketing-buttons", - "rawSpec": "1.0.4", - "saveSpec": null, - "fetchSpec": "1.0.4" + "version": "1.0.4", + "name": "primer-marketing-buttons", + "description": "Buttons for marketing websites at GitHub", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "marketing", + "module_type": "components" }, - "_requiredBy": [ - "/primer-marketing" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-marketing-buttons/-/primer-marketing-buttons-1.0.4.tgz", - "_spec": "1.0.4", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-buttons", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "test-docs": "../../script/test-docs", + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "Buttons for marketing websites at GitHub", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", + "peerDependencies": { + "primer-buttons": ">=2.5.0" + }, "keywords": [ "css", "github", @@ -50,29 +41,5 @@ "design-system", "style", "buttons" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-marketing-buttons", - "peerDependencies": { - "primer-buttons": ">=2.5.0" - }, - "primer": { - "category": "marketing", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-marketing-buttons" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" - }, - "style": "build/build.css", - "version": "1.0.4" + ] } diff --git a/node_modules/primer-marketing-support/package.json b/node_modules/primer-marketing-support/package.json index a0c9bccc..561c23d6 100644 --- a/node_modules/primer-marketing-support/package.json +++ b/node_modules/primer-marketing-support/package.json @@ -1,49 +1,29 @@ { - "_args": [ - [ - "primer-marketing-support@1.5.0", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-marketing-support@1.5.0", - "_id": "primer-marketing-support@1.5.0", - "_inBundle": false, - "_integrity": "sha1-ah4gvyhFKhFKNwjUFNJDJGsNAJA=", - "_location": "/primer-marketing-support", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-marketing-support@1.5.0", - "name": "primer-marketing-support", - "escapedName": "primer-marketing-support", - "rawSpec": "1.5.0", - "saveSpec": null, - "fetchSpec": "1.5.0" - }, - "_requiredBy": [ - "/primer-marketing", - "/primer-marketing-type", - "/primer-marketing-utilities", - "/primer-page-headers", - "/primer-page-sections", - "/primer-tables" - ], - "_resolved": "https://registry.npmjs.org/primer-marketing-support/-/primer-marketing-support-1.5.0.tgz", - "_spec": "1.5.0", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, + "version": "1.5.0", + "name": "primer-marketing-support", "description": "Sass variables, mixins, and functions for use in our components.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "primer": { + "category": "marketing", + "module_type": "support" + }, "files": [ "index.scss", "lib" ], - "homepage": "http://primer.github.io/", + "repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-support", + "bugs": { + "url": "https://github.com/primer/primer/issues" + }, + "scripts": { + "lint": "../../script/lint-scss", + "test": "npm run lint", + "build": "../../script/npm-run primer-module-build index.scss" + }, "keywords": [ "primer", "css", @@ -53,23 +33,5 @@ "functions", "variables", "scss" - ], - "license": "MIT", - "name": "primer-marketing-support", - "primer": { - "category": "marketing", - "module_type": "support" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-marketing-support" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "test": "npm run lint" - }, - "style": "build/build.css", - "version": "1.5.0" + ] } diff --git a/node_modules/primer-marketing-type/package.json b/node_modules/primer-marketing-type/package.json index ce1d2e81..85a3052b 100644 --- a/node_modules/primer-marketing-type/package.json +++ b/node_modules/primer-marketing-type/package.json @@ -1,49 +1,37 @@ { - "_args": [ - [ - "primer-marketing-type@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-marketing-type@1.4.5", - "_id": "primer-marketing-type@1.4.5", - "_inBundle": false, - "_integrity": "sha1-X2PucfinvZvqq/suAWrWS2lU1qM=", - "_location": "/primer-marketing-type", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-marketing-type@1.4.5", - "name": "primer-marketing-type", - "escapedName": "primer-marketing-type", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" + "version": "1.4.5", + "name": "primer-marketing-type", + "description": "Typography for marketing websites at GitHub", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "main": "build/index.js", + "sass": "index.scss", + "primer": { + "category": "marketing", + "module_type": "utilities" }, - "_requiredBy": [ - "/primer-marketing" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-marketing-type/-/primer-marketing-type-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-type", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "test-docs": "../../script/test-docs", + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" + }, "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" }, - "description": "Typography for marketing websites at GitHub", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "css", "github", @@ -52,26 +40,5 @@ "style", "type", "typography" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-marketing-type", - "primer": { - "category": "marketing", - "module_type": "utilities" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-marketing-type" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" - }, - "style": "build/build.css", - "version": "1.4.5" + ] } diff --git a/node_modules/primer-marketing-utilities/package.json b/node_modules/primer-marketing-utilities/package.json index 8d6fdefc..6f5a76a4 100644 --- a/node_modules/primer-marketing-utilities/package.json +++ b/node_modules/primer-marketing-utilities/package.json @@ -1,74 +1,41 @@ { - "_args": [ - [ - "primer-marketing-utilities@1.6.1", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-marketing-utilities@1.6.1", - "_id": "primer-marketing-utilities@1.6.1", - "_inBundle": false, - "_integrity": "sha1-U7b/+Qg4sXwFlFx0IQUSTNaK4pk=", - "_location": "/primer-marketing-utilities", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-marketing-utilities@1.6.1", - "name": "primer-marketing-utilities", - "escapedName": "primer-marketing-utilities", - "rawSpec": "1.6.1", - "saveSpec": null, - "fetchSpec": "1.6.1" - }, - "_requiredBy": [ - "/primer-marketing" - ], - "_resolved": "https://registry.npmjs.org/primer-marketing-utilities/-/primer-marketing-utilities-1.6.1.tgz", - "_spec": "1.6.1", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-marketing-support": "1.5.0", - "primer-support": "4.5.2" - }, + "version": "1.6.1", + "name": "primer-marketing-utilities", "description": "Marketing specific immutable, atomic CSS classes", - "files": [ - "index.scss", - "lib", - "build", - "docs" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-marketing-utilities", "primer": { "category": "marketing", "module_type": "utilities" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-marketing-utilities" + "files": [ + "index.scss", + "lib", + "build", + "docs" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-utilities", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", + "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint" }, - "style": "build/build.css", - "version": "1.6.1" + "dependencies": { + "primer-marketing-support": "1.5.0", + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/node_modules/primer-marketing/package.json b/node_modules/primer-marketing/package.json index 82312a30..d58f08ac 100644 --- a/node_modules/primer-marketing/package.json +++ b/node_modules/primer-marketing/package.json @@ -1,38 +1,31 @@ { - "_args": [ - [ - "primer-marketing@6.2.0", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-marketing@6.2.0", - "_id": "primer-marketing@6.2.0", - "_inBundle": false, - "_integrity": "sha1-I8pcTgPYM27Fwk82rI/rfWAKfNo=", - "_location": "/primer-marketing", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-marketing@6.2.0", - "name": "primer-marketing", - "escapedName": "primer-marketing", - "rawSpec": "6.2.0", - "saveSpec": null, - "fetchSpec": "6.2.0" + "version": "6.2.0", + "name": "primer-marketing", + "description": "Primer marketing packages", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "marketing", + "module_type": "meta" }, - "_requiredBy": [ - "/" + "files": [ + "index.scss", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-marketing/-/primer-marketing-6.2.0.tgz", - "_spec": "6.2.0", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "test": "npm run build", + "lint": "../../script/lint-scss" + }, "dependencies": { "primer-marketing-buttons": "1.0.4", "primer-marketing-support": "1.5.0", @@ -42,31 +35,5 @@ "primer-page-sections": "1.4.5", "primer-support": "4.5.2", "primer-tables": "1.4.5" - }, - "description": "Primer marketing packages", - "files": [ - "index.scss", - "build" - ], - "homepage": "http://primer.github.io/", - "license": "MIT", - "main": "build/index.js", - "name": "primer-marketing", - "primer": { - "category": "marketing", - "module_type": "meta" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-marketing" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "npm run build" - }, - "style": "build/build.css", - "version": "6.2.0" + } } diff --git a/node_modules/primer-navigation/package.json b/node_modules/primer-navigation/package.json index ef323a93..567204a2 100644 --- a/node_modules/primer-navigation/package.json +++ b/node_modules/primer-navigation/package.json @@ -1,48 +1,35 @@ { - "_args": [ - [ - "primer-navigation@1.5.3", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-navigation@1.5.3", - "_id": "primer-navigation@1.5.3", - "_inBundle": false, - "_integrity": "sha1-TTJzT67VKzQBP9cQNTQAx5FODFY=", - "_location": "/primer-navigation", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-navigation@1.5.3", - "name": "primer-navigation", - "escapedName": "primer-navigation", - "rawSpec": "1.5.3", - "saveSpec": null, - "fetchSpec": "1.5.3" + "version": "1.5.3", + "name": "primer-navigation", + "description": "Singular purpose and flexible navigation elements.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "components" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.3.tgz", - "_spec": "1.5.3", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-navigation", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "Singular purpose and flexible navigation elements.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "primer", "css", @@ -50,25 +37,5 @@ "design-system", "nav", "navigation" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-navigation", - "primer": { - "category": "core", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-navigation" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "1.5.3" + ] } diff --git a/node_modules/primer-page-headers/package.json b/node_modules/primer-page-headers/package.json index c0ce210a..197df9d4 100644 --- a/node_modules/primer-page-headers/package.json +++ b/node_modules/primer-page-headers/package.json @@ -1,49 +1,36 @@ { - "_args": [ - [ - "primer-page-headers@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-page-headers@1.4.5", - "_id": "primer-page-headers@1.4.5", - "_inBundle": false, - "_integrity": "sha1-dKt63n2gjH7orlcJK3D4K3R8uHA=", - "_location": "/primer-page-headers", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-page-headers@1.4.5", - "name": "primer-page-headers", - "escapedName": "primer-page-headers", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" + "version": "1.4.5", + "name": "primer-page-headers", + "description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "marketing", + "module_type": "components" }, - "_requiredBy": [ - "/primer-marketing" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-page-headers/-/primer-page-headers-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-page-headers", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" }, - "description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "css", "flash", @@ -53,25 +40,5 @@ "primer", "design-system", "style" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-page-headers", - "primer": { - "category": "marketing", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-page-headers" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "1.4.5" + ] } diff --git a/node_modules/primer-page-sections/package.json b/node_modules/primer-page-sections/package.json index cc4ca096..2e45b629 100644 --- a/node_modules/primer-page-sections/package.json +++ b/node_modules/primer-page-sections/package.json @@ -1,49 +1,36 @@ { - "_args": [ - [ - "primer-page-sections@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-page-sections@1.4.5", - "_id": "primer-page-sections@1.4.5", - "_inBundle": false, - "_integrity": "sha1-dS95fnDs1h0aW29L6mB4oipbQNY=", - "_location": "/primer-page-sections", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-page-sections@1.4.5", - "name": "primer-page-sections", - "escapedName": "primer-page-sections", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" + "version": "1.4.5", + "name": "primer-page-sections", + "description": "Styles to create distinct sections of marketing pages at GitHub.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "marketing", + "module_type": "components" }, - "_requiredBy": [ - "/primer-marketing" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-page-sections/-/primer-page-sections-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-page-sections", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" }, - "description": "Styles to create distinct sections of marketing pages at GitHub.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "css", "github", @@ -52,25 +39,5 @@ "design-system", "sections", "style" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-page-sections", - "primer": { - "category": "marketing", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-page-sections" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "1.4.5" + ] } diff --git a/node_modules/primer-support/package.json b/node_modules/primer-support/package.json index 8adf3bf2..865b06ed 100644 --- a/node_modules/primer-support/package.json +++ b/node_modules/primer-support/package.json @@ -1,63 +1,30 @@ { - "_args": [ - [ - "primer-support@4.5.2", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-support@4.5.2", - "_id": "primer-support@4.5.2", - "_inBundle": false, - "_integrity": "sha1-2quaSIgbaVPo5soBhlovQVv3d8U=", - "_location": "/primer-support", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-support@4.5.2", - "name": "primer-support", - "escapedName": "primer-support", - "rawSpec": "4.5.2", - "saveSpec": null, - "fetchSpec": "4.5.2" - }, - "_requiredBy": [ - "/primer-base", - "/primer-box", - "/primer-breadcrumb", - "/primer-buttons", - "/primer-core", - "/primer-forms", - "/primer-layout", - "/primer-marketing", - "/primer-marketing-buttons", - "/primer-marketing-type", - "/primer-marketing-utilities", - "/primer-navigation", - "/primer-page-headers", - "/primer-page-sections", - "/primer-table-object", - "/primer-tables", - "/primer-tooltips", - "/primer-truncate", - "/primer-utilities" - ], - "_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.5.2.tgz", - "_spec": "4.5.2", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, + "version": "4.5.2", + "name": "primer-support", "description": "Sass variables, mixins, and functions for use in our components.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "primer": { + "category": "core", + "module_type": "support" + }, "files": [ "index.scss", "lib", "docs" ], - "homepage": "http://primer.github.io/", + "repository": "https://github.com/primer/primer/tree/master/modules/primer-support", + "bugs": { + "url": "https://github.com/primer/primer/issues" + }, + "scripts": { + "lint": "../../script/lint-scss", + "test": "npm run lint", + "build": "../../script/npm-run primer-module-build index.scss" + }, "keywords": [ "primer", "css", @@ -67,23 +34,5 @@ "functions", "variables", "scss" - ], - "license": "MIT", - "name": "primer-support", - "primer": { - "category": "core", - "module_type": "support" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-support" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "test": "npm run lint" - }, - "style": "build/build.css", - "version": "4.5.2" + ] } diff --git a/node_modules/primer-table-object/package.json b/node_modules/primer-table-object/package.json index 0fc57549..6f8a6add 100644 --- a/node_modules/primer-table-object/package.json +++ b/node_modules/primer-table-object/package.json @@ -1,73 +1,40 @@ { - "_args": [ - [ - "primer-table-object@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-table-object@1.4.5", - "_id": "primer-table-object@1.4.5", - "_inBundle": false, - "_integrity": "sha1-pF1Z8zqYQQCNLweRQO6KqtZ0g5s=", - "_location": "/primer-table-object", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-table-object@1.4.5", - "name": "primer-table-object", - "escapedName": "primer-table-object", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" - }, - "_requiredBy": [ - "/primer-core" - ], - "_resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-support": "4.5.2" - }, + "version": "1.4.5", + "name": "primer-table-object", "description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.", - "files": [ - "index.scss", - "lib", - "build" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-table-object", "primer": { "category": "core", "module_type": "objects" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-table-object" + "files": [ + "index.scss", + "lib", + "build" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-table-object", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { + "test-docs": "../../script/test-docs", "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" }, - "style": "build/build.css", - "version": "1.4.5" + "dependencies": { + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/node_modules/primer-tables/package.json b/node_modules/primer-tables/package.json index d4a7f55e..3c45f58e 100644 --- a/node_modules/primer-tables/package.json +++ b/node_modules/primer-tables/package.json @@ -1,49 +1,36 @@ { - "_args": [ - [ - "primer-tables@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-tables@1.4.5", - "_id": "primer-tables@1.4.5", - "_inBundle": false, - "_integrity": "sha1-t5woRZmpEAoUdADrJlUyvupjt8o=", - "_location": "/primer-tables", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-tables@1.4.5", - "name": "primer-tables", - "escapedName": "primer-tables", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" + "version": "1.4.5", + "name": "primer-tables", + "description": "Styles to display tabular data for marketing websites at GitHub.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "marketing", + "module_type": "components" }, - "_requiredBy": [ - "/primer-marketing" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-tables/-/primer-tables-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-tables", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint" + }, "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" }, - "description": "Styles to display tabular data for marketing websites at GitHub.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "css", "github", @@ -51,25 +38,5 @@ "design-system", "style", "tables" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-tables", - "primer": { - "category": "marketing", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-tables" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint" - }, - "style": "build/build.css", - "version": "1.4.5" + ] } diff --git a/node_modules/primer-tooltips/package.json b/node_modules/primer-tooltips/package.json index b42cdbc1..9d309b7b 100644 --- a/node_modules/primer-tooltips/package.json +++ b/node_modules/primer-tooltips/package.json @@ -1,73 +1,40 @@ { - "_args": [ - [ - "primer-tooltips@1.5.2", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-tooltips@1.5.2", - "_id": "primer-tooltips@1.5.2", - "_inBundle": false, - "_integrity": "sha1-N5nOdXweKZU8kkrvuEkmX2F1VOc=", - "_location": "/primer-tooltips", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-tooltips@1.5.2", - "name": "primer-tooltips", - "escapedName": "primer-tooltips", - "rawSpec": "1.5.2", - "saveSpec": null, - "fetchSpec": "1.5.2" - }, - "_requiredBy": [ - "/primer-core" - ], - "_resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.2.tgz", - "_spec": "1.5.2", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-support": "4.5.2" - }, + "version": "1.5.2", + "name": "primer-tooltips", "description": "Add tooltips built entirely in CSS to nearly any element.", - "files": [ - "index.scss", - "lib", - "build" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-tooltips", "primer": { "category": "core", "module_type": "components" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-tooltips" + "files": [ + "index.scss", + "lib", + "build" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-tooltips", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { + "test-docs": "../../script/test-docs", "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" }, - "style": "build/build.css", - "version": "1.5.2" + "dependencies": { + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/node_modules/primer-truncate/package.json b/node_modules/primer-truncate/package.json index 50d629ef..e95bb80c 100644 --- a/node_modules/primer-truncate/package.json +++ b/node_modules/primer-truncate/package.json @@ -1,48 +1,36 @@ { - "_args": [ - [ - "primer-truncate@1.4.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-truncate@1.4.5", - "_id": "primer-truncate@1.4.5", - "_inBundle": false, - "_integrity": "sha1-Qn+ke42c6rq5aqndvwWeRNDudC4=", - "_location": "/primer-truncate", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-truncate@1.4.5", - "name": "primer-truncate", - "escapedName": "primer-truncate", - "rawSpec": "1.4.5", - "saveSpec": null, - "fetchSpec": "1.4.5" + "version": "1.4.5", + "name": "primer-truncate", + "description": "Shorten text with an ellipsis.", + "homepage": "http://primer.github.io/", + "author": "GitHub, Inc.", + "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", + "main": "build/index.js", + "primer": { + "category": "core", + "module_type": "components" }, - "_requiredBy": [ - "/primer-core" + "files": [ + "index.scss", + "lib", + "build" ], - "_resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.5.tgz", - "_spec": "1.4.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, + "repository": "https://github.com/primer/primer/tree/master/modules/primer-truncate", "bugs": { "url": "https://github.com/primer/primer/issues" }, + "scripts": { + "test-docs": "../../script/test-docs", + "build": "../../script/npm-run primer-module-build index.scss", + "prepare": "npm run build", + "lint": "../../script/lint-scss", + "test": "../../script/npm-run-all build lint test-docs" + }, "dependencies": { "primer-support": "4.5.2" }, - "description": "Shorten text with an ellipsis.", - "files": [ - "index.scss", - "lib", - "build" - ], - "homepage": "http://primer.github.io/", "keywords": [ "primer", "css", @@ -51,26 +39,5 @@ "truncate", "ellipsis", "text" - ], - "license": "MIT", - "main": "build/index.js", - "name": "primer-truncate", - "primer": { - "category": "core", - "module_type": "components" - }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-truncate" - }, - "sass": "index.scss", - "scripts": { - "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", - "prepare": "npm run build", - "test": "../../script/npm-run-all build lint test-docs", - "test-docs": "../../script/test-docs" - }, - "style": "build/build.css", - "version": "1.4.5" + ] } diff --git a/node_modules/primer-utilities/package.json b/node_modules/primer-utilities/package.json index 047b9b8e..b1586bb8 100644 --- a/node_modules/primer-utilities/package.json +++ b/node_modules/primer-utilities/package.json @@ -1,73 +1,40 @@ { - "_args": [ - [ - "primer-utilities@4.8.5", - "/Users/mike/GitHub/opensourcefriday" - ] - ], - "_from": "primer-utilities@4.8.5", - "_id": "primer-utilities@4.8.5", - "_inBundle": false, - "_integrity": "sha1-nzsb6O76zsHg6qJ16kyOKdxoPOs=", - "_location": "/primer-utilities", - "_phantomChildren": {}, - "_requested": { - "type": "version", - "registry": true, - "raw": "primer-utilities@4.8.5", - "name": "primer-utilities", - "escapedName": "primer-utilities", - "rawSpec": "4.8.5", - "saveSpec": null, - "fetchSpec": "4.8.5" - }, - "_requiredBy": [ - "/primer-core" - ], - "_resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.8.5.tgz", - "_spec": "4.8.5", - "_where": "/Users/mike/GitHub/opensourcefriday", - "author": { - "name": "GitHub, Inc." - }, - "bugs": { - "url": "https://github.com/primer/primer/issues" - }, - "dependencies": { - "primer-support": "4.5.2" - }, + "version": "4.8.5", + "name": "primer-utilities", "description": "Immutable, atomic CSS classes to rapidly build product", - "files": [ - "index.scss", - "lib", - "build", - "docs" - ], "homepage": "http://primer.github.io/", - "keywords": [ - "primer", - "css", - "github", - "design-system" - ], + "author": "GitHub, Inc.", "license": "MIT", + "style": "build/build.css", + "sass": "index.scss", "main": "build/index.js", - "name": "primer-utilities", "primer": { "category": "core", "module_type": "utilities" }, - "repository": { - "type": "git", - "url": "https://github.com/primer/primer/tree/master/modules/primer-utilities" + "files": [ + "index.scss", + "lib", + "build", + "docs" + ], + "repository": "https://github.com/primer/primer/tree/master/modules/primer-utilities", + "bugs": { + "url": "https://github.com/primer/primer/issues" }, - "sass": "index.scss", "scripts": { "build": "../../script/npm-run primer-module-build index.scss", - "lint": "../../script/lint-scss", "prepare": "npm run build", + "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint" }, - "style": "build/build.css", - "version": "4.8.5" + "dependencies": { + "primer-support": "4.5.2" + }, + "keywords": [ + "primer", + "css", + "github", + "design-system" + ] } diff --git a/package-lock.json b/package-lock.json index 8272e7f1..e4e7c171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,44 +1,51 @@ { + "name": "opensourcefriday", + "lockfileVersion": 3, "requires": true, - "lockfileVersion": 1, - "dependencies": { - "primer-base": { + "packages": { + "": { + "dependencies": { + "primer-core": "6.7.0", + "primer-marketing": "6.2.0" + } + }, + "node_modules/primer-base": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.6.3.tgz", "integrity": "sha1-Mqtei9jMoM8/Byqie7CHuuBfeWc=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-box": { + "node_modules/primer-box": { "version": "2.5.5", "resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.5.tgz", "integrity": "sha1-j76ta9vx0gGtgfGBUXLXI/SZtLs=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-breadcrumb": { + "node_modules/primer-breadcrumb": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.1.tgz", "integrity": "sha1-mHQDUkRetb6rtIpRqB8IOJsd79A=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-buttons": { + "node_modules/primer-buttons": { "version": "2.5.3", "resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.5.3.tgz", "integrity": "sha1-taQNCzJcb2ueBMVRUVKjCf2WMJU=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-core": { + "node_modules/primer-core": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.7.0.tgz", "integrity": "sha1-qw5R5wNWpRQh88Cvteb1ODg9ycI=", - "requires": { + "dependencies": { "primer-base": "1.6.3", "primer-box": "2.5.5", "primer-breadcrumb": "1.5.1", @@ -53,27 +60,27 @@ "primer-utilities": "4.8.5" } }, - "primer-forms": { + "node_modules/primer-forms": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.0.tgz", "integrity": "sha1-0ntLuovSFKCX/opWFe1oNxRv6y0=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-layout": { + "node_modules/primer-layout": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.4.5.tgz", "integrity": "sha1-b83KZw7wv1xCir6L6GSdg8UeeW8=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-marketing": { + "node_modules/primer-marketing": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/primer-marketing/-/primer-marketing-6.2.0.tgz", "integrity": "sha1-I8pcTgPYM27Fwk82rI/rfWAKfNo=", - "requires": { + "dependencies": { "primer-marketing-buttons": "1.0.4", "primer-marketing-support": "1.5.0", "primer-marketing-type": "1.4.5", @@ -84,106 +91,109 @@ "primer-tables": "1.4.5" } }, - "primer-marketing-buttons": { + "node_modules/primer-marketing-buttons": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/primer-marketing-buttons/-/primer-marketing-buttons-1.0.4.tgz", "integrity": "sha1-vwJIA0Qn9gNm4gmXR2jV9nCUcBE=", - "requires": { + "dependencies": { "primer-support": "4.5.2" + }, + "peerDependencies": { + "primer-buttons": ">=2.5.0" } }, - "primer-marketing-support": { + "node_modules/primer-marketing-support": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/primer-marketing-support/-/primer-marketing-support-1.5.0.tgz", "integrity": "sha1-ah4gvyhFKhFKNwjUFNJDJGsNAJA=" }, - "primer-marketing-type": { + "node_modules/primer-marketing-type": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-marketing-type/-/primer-marketing-type-1.4.5.tgz", "integrity": "sha1-X2PucfinvZvqq/suAWrWS2lU1qM=", - "requires": { + "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" } }, - "primer-marketing-utilities": { + "node_modules/primer-marketing-utilities": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/primer-marketing-utilities/-/primer-marketing-utilities-1.6.1.tgz", "integrity": "sha1-U7b/+Qg4sXwFlFx0IQUSTNaK4pk=", - "requires": { + "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" } }, - "primer-navigation": { + "node_modules/primer-navigation": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.3.tgz", "integrity": "sha1-TTJzT67VKzQBP9cQNTQAx5FODFY=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-page-headers": { + "node_modules/primer-page-headers": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-page-headers/-/primer-page-headers-1.4.5.tgz", "integrity": "sha1-dKt63n2gjH7orlcJK3D4K3R8uHA=", - "requires": { + "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" } }, - "primer-page-sections": { + "node_modules/primer-page-sections": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-page-sections/-/primer-page-sections-1.4.5.tgz", "integrity": "sha1-dS95fnDs1h0aW29L6mB4oipbQNY=", - "requires": { + "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" } }, - "primer-support": { + "node_modules/primer-support": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.5.2.tgz", "integrity": "sha1-2quaSIgbaVPo5soBhlovQVv3d8U=" }, - "primer-table-object": { + "node_modules/primer-table-object": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.5.tgz", "integrity": "sha1-pF1Z8zqYQQCNLweRQO6KqtZ0g5s=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-tables": { + "node_modules/primer-tables": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-tables/-/primer-tables-1.4.5.tgz", "integrity": "sha1-t5woRZmpEAoUdADrJlUyvupjt8o=", - "requires": { + "dependencies": { "primer-marketing-support": "1.5.0", "primer-support": "4.5.2" } }, - "primer-tooltips": { + "node_modules/primer-tooltips": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.2.tgz", "integrity": "sha1-N5nOdXweKZU8kkrvuEkmX2F1VOc=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-truncate": { + "node_modules/primer-truncate": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.5.tgz", "integrity": "sha1-Qn+ke42c6rq5aqndvwWeRNDudC4=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } }, - "primer-utilities": { + "node_modules/primer-utilities": { "version": "4.8.5", "resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.8.5.tgz", "integrity": "sha1-nzsb6O76zsHg6qJ16kyOKdxoPOs=", - "requires": { + "dependencies": { "primer-support": "4.5.2" } } diff --git a/script/bootstrap b/script/bootstrap index cf9af7cc..0851393a 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -6,7 +6,9 @@ cd "$(dirname "$0")/.." echo "==> Installing gem dependencies…" bundle check --path vendor/gems &>/dev/null || { - time bundle install --binstubs bin --path vendor/gems + time bundle config set path 'vendor/gems' + time bundle binstubs --all + time bundle install } echo "==> Installing node dependencies…"