home / packages / non_npm_packages

non_npm_packages: 076923/python-image-preview, package.json

This data as json

commit contents organization path repository
39c946c751cb37018300146e70684db158e36e3f
{
    "activationEvents": [
        "onCommand:extension.pythonImagePreview",
        "onDebugResolve:python"
    ],
    "categories": [
        "Debuggers",
        "Data Science",
        "Machine Learning",
        "Visualization"
    ],
    "contributes": {
        "commands": [
            {
                "command": "extension.pythonImagePreview",
                "enablement": "inDebugMode",
                "title": "Python Image Preview"
            }
        ]
    },
    "description": "Numpy, Pillow, OpenCV, Matplotlib, Plotly, ImageIO, Scikit Image, Tensorflow, Pytorch Image Preview",
    "devDependencies": {
        "@types/glob": "^7.1.3",
        "@types/mocha": "^8.2.2",
        "@types/node": "14.x",
        "@types/vscode": "^1.57.0",
        "@typescript-eslint/eslint-plugin": "^4.26.0",
        "@typescript-eslint/parser": "^4.26.0",
        "eslint": "^7.27.0",
        "glob": "^7.1.7",
        "mocha": "^8.4.0",
        "ts-loader": "^9.2.2",
        "typescript": "^4.3.2",
        "vscode-test": "^1.5.2",
        "webpack": "^5.38.1",
        "webpack-cli": "^4.7.0"
    },
    "displayName": "Python Image Preview",
    "engines": {
        "vscode": "^1.57.0"
    },
    "icon": "images/icon.png",
    "keywords": [
        "python",
        "image",
        "numpy",
        "pillow",
        "opencv",
        "matplotlib",
        "pyplot",
        "figure",
        "imageio",
        "scikit-image",
        "skimage",
        "tensorflow",
        "pytorch",
        "preview"
    ],
    "main": "./dist/extension.js",
    "name": "python-image-preview",
    "publisher": "076923",
    "repository": {
        "type": "git",
        "url": "https://github.com/076923/python-image-preview"
    },
    "scripts": {
        "compile": "webpack",
        "lint": "eslint src --ext ts",
        "package": "webpack --mode production --devtool hidden-source-map",
        "pretest": "npm run test-compile && npm run lint",
        "test": "node ./out/test/runTest.js",
        "test-compile": "tsc -p ./",
        "test-watch": "tsc -watch -p ./",
        "vscode:prepublish": "npm run package",
        "watch": "webpack --watch"
    },
    "version": "0.1.2"
}
076923 package.json 076923/python-image-preview
Powered by Datasette · Queries took 0.572ms