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
48
node_modules/array-equal/package.json
generated
vendored
Normal file
48
node_modules/array-equal/package.json
generated
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"array-equal@1.0.0",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-python"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "array-equal@1.0.0",
|
||||
"_id": "array-equal@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
|
||||
"_location": "/array-equal",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "array-equal@1.0.0",
|
||||
"name": "array-equal",
|
||||
"escapedName": "array-equal",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
||||
"author": {
|
||||
"name": "Jonathan Ong",
|
||||
"email": "me@jongleberry.com",
|
||||
"url": "http://jongleberry.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/component/array-equal/issues"
|
||||
},
|
||||
"description": "check if two arrays are equal",
|
||||
"homepage": "https://github.com/component/array-equal#readme",
|
||||
"license": "MIT",
|
||||
"name": "array-equal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/component/array-equal.git"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue