chore: upgrade ruby/node and setup local development

- [x] devcontainer
- [x] upgrade ruby (was 3.3.1, now 3.3.3)
- [x] upgrade node (was 12, now 23)
- [x] update README
- [x] fix deprecated warnings about `script/bootstrap`
  - [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path 'vendor/gems'`, and stop using this flag
  - [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`

Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
jmeridth 2024-12-08 19:46:11 -06:00 коммит произвёл KowshikaSinivasan
Родитель 938adefe0a
Коммит 398d4569f1
29 изменённых файлов: 818 добавлений и 1307 удалений

Просмотреть файл

@ -0,0 +1,14 @@
{
"name": "opensource friday",
"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 ''"
}

Просмотреть файл

@ -1 +1 @@
12.14.0
23.3.0

Просмотреть файл

@ -1 +1 @@
3.1.0
3.3.6

Просмотреть файл

@ -1,8 +1,10 @@
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 232", group: :jekyll_plugins
gem "webrick"
group :development do
gem "webrick"
end
group :test do
gem "html-proofer"

Просмотреть файл

@ -39,6 +39,10 @@ To start up the local Jekyll server run:
Now point your browser to <http://localhost:4000> 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.

195
node_modules/.package-lock.json сгенерированный поставляемый Normal file
Просмотреть файл

@ -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"
}
}
}
}

85
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

85
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.",
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-box",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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.5"
]
}

87
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

85
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

79
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"
}
}

85
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

85
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.",
"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": "objects"
},
"files": [
"index.scss",
"lib",
"build",
"docs"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-layout",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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"
]
}

93
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"
},
"_requiredBy": [
"/primer-marketing"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

80
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"
]
}

89
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"
},
"_requiredBy": [
"/primer-marketing"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

87
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",
"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": "utilities"
},
"files": [
"index.scss",
"lib",
"build",
"docs"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-utilities",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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.1"
]
}

79
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"
}
}

85
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

87
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"
},
"_requiredBy": [
"/primer-marketing"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

87
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"
},
"_requiredBy": [
"/primer-marketing"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

93
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"
]
}

87
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.",
"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": "objects"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-table-object",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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"
]
}

87
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"
},
"_requiredBy": [
"/primer-marketing"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

87
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.",
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-tooltips",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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.2"
]
}

87
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"
},
"_requiredBy": [
"/primer-core"
],
"_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."
},
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"dependencies": {
"primer-support": "4.5.2"
},
"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"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primer.github.io/",
"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"
},
"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"
]
}

85
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",
"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": "utilities"
},
"files": [
"index.scss",
"lib",
"build",
"docs"
],
"homepage": "http://primer.github.io/",
"repository": "https://github.com/primer/primer/tree/master/modules/primer-utilities",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"license": "MIT",
"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"
},
"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": "4.8.5"
]
}

94
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"
}
}

Просмотреть файл

@ -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 install
time bundle binstubs --all
}
echo "==> Installing node dependencies…"