{ "_from": "@jimp/plugin-displace@^0.6.4", "_id": "@jimp/plugin-displace@0.6.4", "_inBundle": false, "_integrity": "sha512-MEvtBXOAio/3iGJkKBrTtFs3Q38ez2Wy/wTD0Ruas+L8fjJR7l4mDgV+zjRr57CqB5mpY+L48VEoa2/gNXh9cg==", "_location": "/@jimp/plugin-displace", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@jimp/plugin-displace@^0.6.4", "name": "@jimp/plugin-displace", "escapedName": "@jimp%2fplugin-displace", "scope": "@jimp", "rawSpec": "^0.6.4", "saveSpec": null, "fetchSpec": "^0.6.4" }, "_requiredBy": [ "/@jimp/plugins" ], "_resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.6.4.tgz", "_shasum": "7d641e402aade5d13d8eea93dc94fac39027da97", "_spec": "@jimp/plugin-displace@^0.6.4", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@jimp/plugins", "author": "", "bundleDependencies": false, "dependencies": { "@jimp/utils": "^0.6.4", "core-js": "^2.5.7" }, "deprecated": false, "description": "displace an image.", "gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429", "license": "MIT", "main": "dist/index.js", "module": "es/index.js", "name": "@jimp/plugin-displace", "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" }, "version": "0.6.4" }