mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
81
node_modules/http-signature/package.json
generated
vendored
81
node_modules/http-signature/package.json
generated
vendored
|
@ -1,81 +0,0 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"http-signature@1.2.0",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-python"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "http-signature@1.2.0",
|
||||
"_id": "http-signature@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
|
||||
"_location": "/http-signature",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "http-signature@1.2.0",
|
||||
"name": "http-signature",
|
||||
"escapedName": "http-signature",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
|
||||
"_spec": "1.2.0",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
||||
"author": {
|
||||
"name": "Joyent, Inc"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/joyent/node-http-signature/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Mark Cavage",
|
||||
"email": "mcavage@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "David I. Lehn",
|
||||
"email": "dil@lehn.org"
|
||||
},
|
||||
{
|
||||
"name": "Patrick Mooney",
|
||||
"email": "patrick.f.mooney@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"assert-plus": "^1.0.0",
|
||||
"jsprim": "^1.2.2",
|
||||
"sshpk": "^1.7.0"
|
||||
},
|
||||
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
|
||||
"devDependencies": {
|
||||
"tap": "0.4.2",
|
||||
"uuid": "^2.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8",
|
||||
"npm": ">=1.3.7"
|
||||
},
|
||||
"homepage": "https://github.com/joyent/node-http-signature/",
|
||||
"keywords": [
|
||||
"https",
|
||||
"request"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "http-signature",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/joyent/node-http-signature.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue