| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "@jimp/png@^0.9.8",
- "_id": "@jimp/png@0.9.8",
- "_inBundle": false,
- "_integrity": "sha512-9CqR8d40zQCDhbnXHqcwkAMnvlV0vk9xSyE6LHjkYHS7x18Unsz5txQdsaEkEcXxCrOQSoWyITfLezlrWXRJAA==",
- "_location": "/@jimp/png",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@jimp/png@^0.9.8",
- "name": "@jimp/png",
- "escapedName": "@jimp%2fpng",
- "scope": "@jimp",
- "rawSpec": "^0.9.8",
- "saveSpec": null,
- "fetchSpec": "^0.9.8"
- },
- "_requiredBy": [
- "/@jimp/types"
- ],
- "_resolved": "https://registry.npmmirror.com/@jimp/png/-/png-0.9.8.tgz",
- "_shasum": "f88dacc9b9da1c2ea8e91026a9530d0fb45c4409",
- "_spec": "@jimp/png@^0.9.8",
- "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/types",
- "author": "",
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.7.2",
- "@jimp/utils": "^0.9.8",
- "core-js": "^3.4.1",
- "pngjs": "^3.3.3"
- },
- "deprecated": false,
- "description": "Default Jimp png encoder/decoder.",
- "devDependencies": {
- "@jimp/custom": "^0.9.8",
- "@jimp/test-utils": "^0.9.8"
- },
- "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "es/index.js",
- "name": "@jimp/png",
- "peerDependencies": {
- "@jimp/custom": ">=0.3.5"
- },
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "build": "npm run build:node:production && npm run build:module",
- "build:debug": "npm run build:node:debug",
- "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
- "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
- "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
- "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
- "build:watch": "npm run build:node:debug -- -- --watch --verbose",
- "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
- "test:coverage": "nyc npm run test",
- "test:watch": "npm run test -- --reporter min --watch"
- },
- "types": "index.d.ts",
- "version": "0.9.8"
- }
|