151 lines
4.4 KiB
JSON
151 lines
4.4 KiB
JSON
{
|
|
"_from": "jimp@0.12.1",
|
|
"_id": "jimp@0.12.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0soPJif+yjmzmOF+4cF2hyhxUWWpXpQntsm2joJXFFoRcQiPzsG4dbLKYqYPT3Fc6PjZ8MaLtCkDqqckVSfmRw==",
|
|
"_location": "/jimp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jimp@0.12.1",
|
|
"name": "jimp",
|
|
"escapedName": "jimp",
|
|
"rawSpec": "0.12.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.12.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-expo/@expo/image-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jimp/-/jimp-0.12.1.tgz",
|
|
"_shasum": "3e58fdd16ebb2b8f00a09be3dd5c54f79ffae04a",
|
|
"_spec": "jimp@0.12.1",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/jest-expo/node_modules/@expo/image-utils",
|
|
"author": {
|
|
"name": "Oliver Moran",
|
|
"email": "oliver.moran@gmail.com"
|
|
},
|
|
"browser": "browser/lib/jimp.js",
|
|
"bugs": {
|
|
"url": "https://github.com/oliver-moran/jimp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.2",
|
|
"@jimp/custom": "^0.12.1",
|
|
"@jimp/plugins": "^0.12.1",
|
|
"@jimp/types": "^0.12.1",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.0",
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@babel/register": "^7.7.0",
|
|
"@jimp/test-utils": "^0.12.1",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
|
"babel-plugin-istanbul": "^5.2.0",
|
|
"babel-plugin-source-map-support": "^2.1.1",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.5.0",
|
|
"cross-env": "^6.0.0",
|
|
"dtslint": "^0.9.8",
|
|
"envify": "^4.1.0",
|
|
"eslint": "^6.4.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"express": "^4.17.1",
|
|
"husky": "^3.0.5",
|
|
"karma": "^4.3.0",
|
|
"karma-browserify": "^6.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-firefox-launcher": "^1.2.0",
|
|
"lerna": "^3.16.4",
|
|
"lerna-changelog": "^0.8.2",
|
|
"lint-staged": "^9.2.5",
|
|
"mocha": "^6.2.0",
|
|
"nyc": "^14.1.1",
|
|
"prettier": "^1.18.2",
|
|
"source-map-support": "^0.5.13",
|
|
"tfilter": "^1.0.1",
|
|
"uglify-js": "^3.6.0",
|
|
"watchify": "^3.11.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"files": [
|
|
"browser",
|
|
"dist",
|
|
"es",
|
|
"index.d.ts",
|
|
"fonts",
|
|
"types"
|
|
],
|
|
"gitHead": "942e635564e36fc243767531b4f8be036afa40b5",
|
|
"homepage": "https://github.com/oliver-moran/jimp#readme",
|
|
"keywords": [
|
|
"image",
|
|
"image processing",
|
|
"image manipulation",
|
|
"png",
|
|
"jpg",
|
|
"jpeg",
|
|
"bmp",
|
|
"resize",
|
|
"scale",
|
|
"crop"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"name": "jimp",
|
|
"nyc": {
|
|
"sourceMap": false,
|
|
"instrument": false,
|
|
"reporter": [
|
|
"text",
|
|
"text-summary",
|
|
"lcov",
|
|
"html"
|
|
],
|
|
"exclude": [
|
|
"src/modules/*.js",
|
|
"test/*.js"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oliver-moran/jimp.git"
|
|
},
|
|
"scripts": {
|
|
"browser-build": "node tools/browser-build.js test",
|
|
"build": "npm run build:browser && npm run build:node:production && npm run build:module",
|
|
"build:browser": "cross-env BABEL_ENV=production node tools/browser-build.js prepublish",
|
|
"build:browser:debug": "cross-env BABEL_ENV=development ENV=browser node tools/browser-build.js prepublish",
|
|
"build:debug": "npm run build:browser: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"
|
|
},
|
|
"tonicExampleFilename": "example.js",
|
|
"types": "types/index.d.ts",
|
|
"typesVersions": {
|
|
">=3.1.0-0": {
|
|
"*": [
|
|
"types/ts3.1/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.12.1",
|
|
"xo": false
|
|
}
|