-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyterlab-lego-boost-0.1.0-a3.tgz: 97974c1fb2251a4b13c36ca13d50457f6eeea2e8b0e0f003aa1d13f64894b570 jupyterlab_lego_boost-0.1.0a3-py3-none-any.whl: 595e267f857ba734c930be9ddbbe0fc35fdc19401100fa3bb409ca3c6ce3be56 jupyterlab_lego_boost-0.1.0a3.tar.gz: 67c3051ddb246635ed47b7adad4d69ca5cbef00aecfb52a93ecbe7f3a6b5e958
- Loading branch information
Showing
2 changed files
with
113 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
{ | ||
"name": "jupyterlab-lego-boost", | ||
"version": "0.1.0-a2", | ||
"description": "Blockly extension for JupyterLab to control the Lego Boost", | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension", | ||
"Lego Boost", | ||
"robot", | ||
"Boost" | ||
], | ||
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost", | ||
"bugs": { | ||
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Denisa Checiu", | ||
"email": "[email protected]" | ||
}, | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"style": "style/index.css", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git" | ||
}, | ||
"scripts": { | ||
"build": "jlpm build:lib && jlpm build:labextension:dev", | ||
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"build:lib": "tsc --sourceMap", | ||
"build:lib:prod": "tsc", | ||
"clean": "jlpm clean:lib", | ||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo", | ||
"clean:lintcache": "rimraf .eslintcache .stylelintcache", | ||
"clean:labextension": "rimraf jupyterlab_lego_boost/labextension", | ||
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", | ||
"eslint": "jlpm eslint:check --fix", | ||
"eslint:check": "eslint . --cache --ext .ts,.tsx", | ||
"install:extension": "jlpm build", | ||
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint", | ||
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", | ||
"prettier": "jlpm prettier:base --write --list-different", | ||
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"prettier:check": "jlpm prettier:base --check", | ||
"stylelint": "jlpm stylelint:check --fix", | ||
"stylelint:check": "stylelint --cache \"style/**/*.css\"", | ||
"watch": "run-p watch:src watch:labextension", | ||
"watch:src": "tsc -w --sourceMap", | ||
"watch:labextension": "jupyter labextension watch ." | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.2", | ||
"blockly": "^11.0", | ||
"jupyterlab-blockly": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/builder": "^4.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.12.1", | ||
"@typescript-eslint/parser": "^5.12.1", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"stylelint": "^14.3.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-standard": "~24.0.0", | ||
"stylelint-prettier": "^2.0.0", | ||
"typescript": "~5.0.2" | ||
}, | ||
"sideEffects": [ | ||
"style/*.css", | ||
"style/index.js" | ||
], | ||
"styleModule": "style/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"jupyterlab": { | ||
"extension": true, | ||
"outputDir": "jupyterlab_lego_boost/labextension", | ||
"webpackConfig": "./webpack.config.js" | ||
} | ||
"name": "jupyterlab-lego-boost", | ||
"version": "0.1.0-a3", | ||
"description": "Blockly extension for JupyterLab to control the Lego Boost", | ||
"keywords": [ | ||
"jupyter", | ||
"jupyterlab", | ||
"jupyterlab-extension", | ||
"Lego Boost", | ||
"robot", | ||
"Boost" | ||
], | ||
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost", | ||
"bugs": { | ||
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Denisa Checiu", | ||
"email": "[email protected]" | ||
}, | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"style": "style/index.css", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git" | ||
}, | ||
"scripts": { | ||
"build": "jlpm build:lib && jlpm build:labextension:dev", | ||
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"build:lib": "tsc --sourceMap", | ||
"build:lib:prod": "tsc", | ||
"clean": "jlpm clean:lib", | ||
"clean:lib": "rimraf lib tsconfig.tsbuildinfo", | ||
"clean:lintcache": "rimraf .eslintcache .stylelintcache", | ||
"clean:labextension": "rimraf jupyterlab_lego_boost/labextension", | ||
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", | ||
"eslint": "jlpm eslint:check --fix", | ||
"eslint:check": "eslint . --cache --ext .ts,.tsx", | ||
"install:extension": "jlpm build", | ||
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint", | ||
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", | ||
"prettier": "jlpm prettier:base --write --list-different", | ||
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"prettier:check": "jlpm prettier:base --check", | ||
"stylelint": "jlpm stylelint:check --fix", | ||
"stylelint:check": "stylelint --cache \"style/**/*.css\"", | ||
"watch": "run-p watch:src watch:labextension", | ||
"watch:src": "tsc -w --sourceMap", | ||
"watch:labextension": "jupyter labextension watch ." | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.2", | ||
"blockly": "^11.0", | ||
"jupyterlab-blockly": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/builder": "^4.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.12.1", | ||
"@typescript-eslint/parser": "^5.12.1", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"stylelint": "^14.3.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-standard": "~24.0.0", | ||
"stylelint-prettier": "^2.0.0", | ||
"typescript": "~5.0.2" | ||
}, | ||
"sideEffects": [ | ||
"style/*.css", | ||
"style/index.js" | ||
], | ||
"styleModule": "style/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"jupyterlab": { | ||
"extension": true, | ||
"outputDir": "jupyterlab_lego_boost/labextension", | ||
"webpackConfig": "./webpack.config.js" | ||
} | ||
} |