mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Prerelease 0.33.0-alpha.4
This commit is contained in:
parent
a9aa7339ce
commit
68ac12292c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-darwin-arm64",
|
"name": "@sharpen/sharp-darwin-arm64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with macOS ARM64",
|
"description": "Prebuilt sharp for use with macOS ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-darwin-x64",
|
"name": "@sharpen/sharp-darwin-x64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with macOS x64",
|
"description": "Prebuilt sharp for use with macOS x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-arm",
|
"name": "@sharpen/sharp-linux-arm",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
|
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-arm64",
|
"name": "@sharpen/sharp-linux-arm64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
|
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-x64",
|
"name": "@sharpen/sharp-linux-x64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) x64",
|
"description": "Prebuilt sharp for use with Linux (glibc) x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linuxmusl-arm64",
|
"name": "@sharpen/sharp-linuxmusl-arm64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
|
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linuxmusl-x64",
|
"name": "@sharpen/sharp-linuxmusl-x64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Linux (musl) x64",
|
"description": "Prebuilt sharp for use with Linux (musl) x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-win32-ia32",
|
"name": "@sharpen/sharp-win32-ia32",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
|
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-win32-x64",
|
"name": "@sharpen/sharp-win32-x64",
|
||||||
"version": "0.0.1-alpha.3",
|
"version": "0.0.1-alpha.4",
|
||||||
"description": "Prebuilt sharp for use with Windows x64",
|
"description": "Prebuilt sharp for use with Windows x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
40
package.json
40
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
|
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
|
||||||
"version": "0.33.0-alpha.3",
|
"version": "0.33.0-alpha.4",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"homepage": "https://github.com/lovell/sharp",
|
"homepage": "https://github.com/lovell/sharp",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -141,27 +141,27 @@
|
|||||||
"semver": "^7.5.4"
|
"semver": "^7.5.4"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.3",
|
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.4",
|
||||||
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.3",
|
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.4",
|
||||||
"@sharpen/sharp-linux-arm": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-darwin-arm64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-darwin-x64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-linux-x64": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-linux-arm": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-linux-arm64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-linux-x64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.3",
|
"@sharpen/sharp-libvips-linuxmusl-arm64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-win32-x64": "0.0.1-alpha.3"
|
"@sharpen/sharp-libvips-linuxmusl-x64": "0.0.1-alpha.2",
|
||||||
|
"@sharpen/sharp-linux-arm": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-linux-x64": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.4",
|
||||||
|
"@sharpen/sharp-win32-x64": "0.0.1-alpha.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sharpen/sharp-libvips-darwin-arm64": "0.0.1-alpha.1",
|
"@sharpen/sharp-libvips-dev": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-libvips-darwin-x64": "0.0.1-alpha.1",
|
"@sharpen/sharp-libvips-win32-ia32": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-libvips-dev": "0.0.1-alpha.1",
|
"@sharpen/sharp-libvips-win32-x64": "0.0.1-alpha.2",
|
||||||
"@sharpen/sharp-libvips-linux-arm": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-linux-arm64": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-linux-x64": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-linuxmusl-arm64": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-linuxmusl-x64": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-win32-ia32": "0.0.1-alpha.1",
|
|
||||||
"@sharpen/sharp-libvips-win32-x64": "0.0.1-alpha.1",
|
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"async": "^3.2.4",
|
"async": "^3.2.4",
|
||||||
"cc": "^3.0.1",
|
"cc": "^3.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user