mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 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",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-python"
|
||||
]
|
||||
],
|
||||
"_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": "C:\\Users\\Administrator\\Documents\\setup-python",
|
||||
"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