You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382 lines
16 KiB
382 lines
16 KiB
{ |
|
"name": "action-download-artifact", |
|
"lockfileVersion": 2, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"dependencies": { |
|
"@actions/core": "^1.3.0", |
|
"@actions/github": "^5.0.0", |
|
"adm-zip": "^0.5.5", |
|
"filesize": "^6.2.2" |
|
} |
|
}, |
|
"node_modules/@actions/core": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", |
|
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" |
|
}, |
|
"node_modules/@actions/github": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.0.tgz", |
|
"integrity": "sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==", |
|
"dependencies": { |
|
"@actions/http-client": "^1.0.11", |
|
"@octokit/core": "^3.4.0", |
|
"@octokit/plugin-paginate-rest": "^2.13.3", |
|
"@octokit/plugin-rest-endpoint-methods": "^5.1.1" |
|
} |
|
}, |
|
"node_modules/@actions/http-client": { |
|
"version": "1.0.11", |
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", |
|
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", |
|
"dependencies": { |
|
"tunnel": "0.0.6" |
|
} |
|
}, |
|
"node_modules/@octokit/auth-token": { |
|
"version": "2.4.5", |
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.5.tgz", |
|
"integrity": "sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==", |
|
"dependencies": { |
|
"@octokit/types": "^6.0.3" |
|
} |
|
}, |
|
"node_modules/@octokit/core": { |
|
"version": "3.4.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.4.0.tgz", |
|
"integrity": "sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg==", |
|
"dependencies": { |
|
"@octokit/auth-token": "^2.4.4", |
|
"@octokit/graphql": "^4.5.8", |
|
"@octokit/request": "^5.4.12", |
|
"@octokit/request-error": "^2.0.5", |
|
"@octokit/types": "^6.0.3", |
|
"before-after-hook": "^2.2.0", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"node_modules/@octokit/endpoint": { |
|
"version": "6.0.11", |
|
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz", |
|
"integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==", |
|
"dependencies": { |
|
"@octokit/types": "^6.0.3", |
|
"is-plain-object": "^5.0.0", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"node_modules/@octokit/graphql": { |
|
"version": "4.6.1", |
|
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.1.tgz", |
|
"integrity": "sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==", |
|
"dependencies": { |
|
"@octokit/request": "^5.3.0", |
|
"@octokit/types": "^6.0.3", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"node_modules/@octokit/openapi-types": { |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.0.0.tgz", |
|
"integrity": "sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==" |
|
}, |
|
"node_modules/@octokit/plugin-paginate-rest": { |
|
"version": "2.13.3", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz", |
|
"integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==", |
|
"dependencies": { |
|
"@octokit/types": "^6.11.0" |
|
}, |
|
"peerDependencies": { |
|
"@octokit/core": ">=2" |
|
} |
|
}, |
|
"node_modules/@octokit/plugin-rest-endpoint-methods": { |
|
"version": "5.1.1", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.1.tgz", |
|
"integrity": "sha512-u4zy0rVA8darm/AYsIeWkRalhQR99qPL1D/EXHejV2yaECMdHfxXiTXtba8NMBSajOJe8+C9g+EqMKSvysx0dg==", |
|
"dependencies": { |
|
"@octokit/types": "^6.14.1", |
|
"deprecation": "^2.3.1" |
|
}, |
|
"peerDependencies": { |
|
"@octokit/core": ">=3" |
|
} |
|
}, |
|
"node_modules/@octokit/request": { |
|
"version": "5.4.15", |
|
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.15.tgz", |
|
"integrity": "sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==", |
|
"dependencies": { |
|
"@octokit/endpoint": "^6.0.1", |
|
"@octokit/request-error": "^2.0.0", |
|
"@octokit/types": "^6.7.1", |
|
"is-plain-object": "^5.0.0", |
|
"node-fetch": "^2.6.1", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"node_modules/@octokit/request-error": { |
|
"version": "2.0.5", |
|
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.5.tgz", |
|
"integrity": "sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==", |
|
"dependencies": { |
|
"@octokit/types": "^6.0.3", |
|
"deprecation": "^2.0.0", |
|
"once": "^1.4.0" |
|
} |
|
}, |
|
"node_modules/@octokit/types": { |
|
"version": "6.14.2", |
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.2.tgz", |
|
"integrity": "sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==", |
|
"dependencies": { |
|
"@octokit/openapi-types": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/adm-zip": { |
|
"version": "0.5.5", |
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz", |
|
"integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w==", |
|
"engines": { |
|
"node": ">=6.0" |
|
} |
|
}, |
|
"node_modules/before-after-hook": { |
|
"version": "2.2.1", |
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.1.tgz", |
|
"integrity": "sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==" |
|
}, |
|
"node_modules/deprecation": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", |
|
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" |
|
}, |
|
"node_modules/filesize": { |
|
"version": "6.3.0", |
|
"resolved": "https://registry.npmjs.org/filesize/-/filesize-6.3.0.tgz", |
|
"integrity": "sha512-ytx0ruGpDHKWVoiui6+BY/QMNngtDQ/pJaFwfBpQif0J63+E8DLdFyqS3NkKQn7vIruUEpoGD9JUJSg7Kp+I0g==", |
|
"engines": { |
|
"node": ">= 0.4.0" |
|
} |
|
}, |
|
"node_modules/is-plain-object": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", |
|
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/node-fetch": { |
|
"version": "2.6.1", |
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", |
|
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", |
|
"engines": { |
|
"node": "4.x || >=6.0.0" |
|
} |
|
}, |
|
"node_modules/once": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
|
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", |
|
"dependencies": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/tunnel": { |
|
"version": "0.0.6", |
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", |
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", |
|
"engines": { |
|
"node": ">=0.6.11 <=0.7.0 || >=0.7.3" |
|
} |
|
}, |
|
"node_modules/universal-user-agent": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", |
|
"integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" |
|
}, |
|
"node_modules/wrappy": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" |
|
} |
|
}, |
|
"dependencies": { |
|
"@actions/core": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", |
|
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" |
|
}, |
|
"@actions/github": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.0.tgz", |
|
"integrity": "sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==", |
|
"requires": { |
|
"@actions/http-client": "^1.0.11", |
|
"@octokit/core": "^3.4.0", |
|
"@octokit/plugin-paginate-rest": "^2.13.3", |
|
"@octokit/plugin-rest-endpoint-methods": "^5.1.1" |
|
} |
|
}, |
|
"@actions/http-client": { |
|
"version": "1.0.11", |
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", |
|
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", |
|
"requires": { |
|
"tunnel": "0.0.6" |
|
} |
|
}, |
|
"@octokit/auth-token": { |
|
"version": "2.4.5", |
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.5.tgz", |
|
"integrity": "sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==", |
|
"requires": { |
|
"@octokit/types": "^6.0.3" |
|
} |
|
}, |
|
"@octokit/core": { |
|
"version": "3.4.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.4.0.tgz", |
|
"integrity": "sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg==", |
|
"requires": { |
|
"@octokit/auth-token": "^2.4.4", |
|
"@octokit/graphql": "^4.5.8", |
|
"@octokit/request": "^5.4.12", |
|
"@octokit/request-error": "^2.0.5", |
|
"@octokit/types": "^6.0.3", |
|
"before-after-hook": "^2.2.0", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"@octokit/endpoint": { |
|
"version": "6.0.11", |
|
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz", |
|
"integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==", |
|
"requires": { |
|
"@octokit/types": "^6.0.3", |
|
"is-plain-object": "^5.0.0", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"@octokit/graphql": { |
|
"version": "4.6.1", |
|
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.1.tgz", |
|
"integrity": "sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==", |
|
"requires": { |
|
"@octokit/request": "^5.3.0", |
|
"@octokit/types": "^6.0.3", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"@octokit/openapi-types": { |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.0.0.tgz", |
|
"integrity": "sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==" |
|
}, |
|
"@octokit/plugin-paginate-rest": { |
|
"version": "2.13.3", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz", |
|
"integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==", |
|
"requires": { |
|
"@octokit/types": "^6.11.0" |
|
} |
|
}, |
|
"@octokit/plugin-rest-endpoint-methods": { |
|
"version": "5.1.1", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.1.tgz", |
|
"integrity": "sha512-u4zy0rVA8darm/AYsIeWkRalhQR99qPL1D/EXHejV2yaECMdHfxXiTXtba8NMBSajOJe8+C9g+EqMKSvysx0dg==", |
|
"requires": { |
|
"@octokit/types": "^6.14.1", |
|
"deprecation": "^2.3.1" |
|
} |
|
}, |
|
"@octokit/request": { |
|
"version": "5.4.15", |
|
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.15.tgz", |
|
"integrity": "sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==", |
|
"requires": { |
|
"@octokit/endpoint": "^6.0.1", |
|
"@octokit/request-error": "^2.0.0", |
|
"@octokit/types": "^6.7.1", |
|
"is-plain-object": "^5.0.0", |
|
"node-fetch": "^2.6.1", |
|
"universal-user-agent": "^6.0.0" |
|
} |
|
}, |
|
"@octokit/request-error": { |
|
"version": "2.0.5", |
|
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.5.tgz", |
|
"integrity": "sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==", |
|
"requires": { |
|
"@octokit/types": "^6.0.3", |
|
"deprecation": "^2.0.0", |
|
"once": "^1.4.0" |
|
} |
|
}, |
|
"@octokit/types": { |
|
"version": "6.14.2", |
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.2.tgz", |
|
"integrity": "sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==", |
|
"requires": { |
|
"@octokit/openapi-types": "^7.0.0" |
|
} |
|
}, |
|
"adm-zip": { |
|
"version": "0.5.5", |
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz", |
|
"integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w==" |
|
}, |
|
"before-after-hook": { |
|
"version": "2.2.1", |
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.1.tgz", |
|
"integrity": "sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==" |
|
}, |
|
"deprecation": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", |
|
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" |
|
}, |
|
"filesize": { |
|
"version": "6.3.0", |
|
"resolved": "https://registry.npmjs.org/filesize/-/filesize-6.3.0.tgz", |
|
"integrity": "sha512-ytx0ruGpDHKWVoiui6+BY/QMNngtDQ/pJaFwfBpQif0J63+E8DLdFyqS3NkKQn7vIruUEpoGD9JUJSg7Kp+I0g==" |
|
}, |
|
"is-plain-object": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", |
|
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" |
|
}, |
|
"node-fetch": { |
|
"version": "2.6.1", |
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", |
|
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" |
|
}, |
|
"once": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
|
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", |
|
"requires": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"tunnel": { |
|
"version": "0.0.6", |
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", |
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" |
|
}, |
|
"universal-user-agent": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", |
|
"integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" |
|
}, |
|
"wrappy": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" |
|
} |
|
} |
|
}
|
|
|