mirror of
https://github.com/actions/stale.git
synced 2026-01-01 12:58:18 +00:00
Add support to v1 to connect to GHES (#69)
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
This commit is contained in:
58
node_modules/cssom/package.json
generated
vendored
Normal file
58
node_modules/cssom/package.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cssom@0.3.8",
|
||||
"/Users/pjquirk/Source/GitHub/actions/stale"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cssom@0.3.8",
|
||||
"_id": "cssom@0.3.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
|
||||
"_location": "/cssom",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cssom@0.3.8",
|
||||
"name": "cssom",
|
||||
"escapedName": "cssom",
|
||||
"rawSpec": "0.3.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssstyle",
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
|
||||
"_spec": "0.3.8",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/stale",
|
||||
"author": {
|
||||
"name": "Nikita Vasilyev",
|
||||
"email": "me@elv1s.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NV/CSSOM/issues"
|
||||
},
|
||||
"description": "CSS Object Model implementation and CSS parser",
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/NV/CSSOM#readme",
|
||||
"keywords": [
|
||||
"CSS",
|
||||
"CSSOM",
|
||||
"parser",
|
||||
"styleSheet"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "cssom",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/NV/CSSOM.git"
|
||||
},
|
||||
"version": "0.3.8"
|
||||
}
|
||||
Reference in New Issue
Block a user