mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 06:14:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
64
node_modules/cssom/package.json
generated
vendored
Normal file
64
node_modules/cssom/package.json
generated
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"cssom@0.3.6",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cssom@0.3.6",
|
||||
"_id": "cssom@0.3.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
|
||||
"_location": "/cssom",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cssom@0.3.6",
|
||||
"name": "cssom",
|
||||
"escapedName": "cssom",
|
||||
"rawSpec": "0.3.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssstyle",
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
|
||||
"_spec": "0.3.6",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Nikita Vasilyev",
|
||||
"email": "me@elv1s.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NV/CSSOM/issues"
|
||||
},
|
||||
"description": "CSS Object Model implementation and CSS parser",
|
||||
"devDependencies": {
|
||||
"jake": "~0.7.3"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "jake lib/index.js"
|
||||
},
|
||||
"version": "0.3.6"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue