mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-18 00:11:53 +00:00
Remove absolute paths
This commit is contained in:
parent
ff47e64685
commit
fce5f2e313
342 changed files with 6646 additions and 7223 deletions
41
node_modules/pify/package.json
generated
vendored
41
node_modules/pify/package.json
generated
vendored
|
|
@ -1,35 +1,26 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"pify@3.0.0",
|
||||
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
|
||||
]
|
||||
],
|
||||
"_from": "pify@3.0.0",
|
||||
"_id": "pify@3.0.0",
|
||||
"_from": "pify@4.0.1",
|
||||
"_id": "pify@4.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
||||
"_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
||||
"_location": "/pify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pify@3.0.0",
|
||||
"raw": "pify@4.0.1",
|
||||
"name": "pify",
|
||||
"escapedName": "pify",
|
||||
"rawSpec": "3.0.0",
|
||||
"rawSpec": "4.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
"fetchSpec": "4.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/download",
|
||||
"/got",
|
||||
"/make-dir",
|
||||
"/npm-conf"
|
||||
"/make-dir"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
|
||||
"_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
||||
"_spec": "4.0.1",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
|
|
@ -40,13 +31,13 @@
|
|||
},
|
||||
"description": "Promisify a callback-style function",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"ava": "^0.25.0",
|
||||
"pinkie-promise": "^2.0.0",
|
||||
"v8-natives": "^1.0.0",
|
||||
"xo": "*"
|
||||
"v8-natives": "^1.1.0",
|
||||
"xo": "^0.23.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
|
|
@ -83,7 +74,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"optimization-test": "node --allow-natives-syntax optimization-test.js",
|
||||
"test": "xo && ava && npm run optimization-test"
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
"version": "4.0.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue