This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/@jscad/csg/package.json

109 lines
3.0 KiB
JSON

{
"_from": "@jscad/csg@0.3.6",
"_id": "@jscad/csg@0.3.6",
"_inBundle": false,
"_integrity": "sha512-GoUXhTwO0L+Cxba8VfFFLGm+ECd0xZKoIAPpeUYsDiCVsIZ6XK+3GLgBgn5waeumQNh+H6WsHjMMRKXBrDBreA==",
"_location": "/@jscad/csg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jscad/csg@0.3.6",
"name": "@jscad/csg",
"escapedName": "@jscad%2fcsg",
"scope": "@jscad",
"rawSpec": "0.3.6",
"saveSpec": null,
"fetchSpec": "0.3.6"
},
"_requiredBy": [
"/@jscad/json-deserializer",
"/@jscad/json-serializer",
"/@jscad/openjscad",
"/@jscad/stl-deserializer",
"/@jscad/svg-deserializer",
"/@jscad/svg-serializer"
],
"_resolved": "https://registry.npmjs.org/@jscad/csg/-/csg-0.3.6.tgz",
"_shasum": "4fc13667c4130b3010328d7587fe5d9328712ced",
"_spec": "@jscad/csg@0.3.6",
"_where": "C:\\Users\\tomate\\node_modules\\@jscad\\openjscad",
"ava": {
"require": [
"babel-register"
]
},
"bugs": {
"url": "https://github.com/jscad/csg.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alexandre Girard",
"url": "https://github.com/alx"
},
{
"name": "Evan Wallace",
"url": "http://evanw.github.com/csg.js/"
},
{
"name": "Joost Nieuwenhuijse",
"email": "joost@newhouse.nl"
},
{
"name": "Eduard Bespalov",
"url": "http://evanw.github.com/csg.js/"
},
{
"name": "bebbi",
"email": "elghatta@gmail.com"
},
{
"name": "Spiritdude Rene K Mueller",
"url": "http://renekmueller.com"
},
{
"name": "Jeff Gay",
"url": "http://www.z3d.jp"
}
],
"dependencies": {},
"deprecated": false,
"description": "Constructive Solid Geometry (CSG) Library",
"devDependencies": {
"ava": "^0.23.0",
"conventional-changelog-cli": "^1.3.4",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "^3.0.0",
"nyc": "^10.3.2"
},
"homepage": "https://github.com/jscad/csg.js#readme",
"keywords": [
"csg",
"parametric",
"modeling",
"openjscad",
"jscad"
],
"license": "MIT",
"main": "csg.js",
"name": "@jscad/csg",
"repository": {
"type": "git",
"url": "git+https://github.com/jscad/csg.js.git"
},
"scripts": {
"build-docs": "jsdoc -c jsdoc.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"docs": "jsdoc2md --files 'src/**/*.js' > docs/api.md",
"postversion": "git push origin master && git push origin master --tags",
"preversion": "npm test",
"release-major": "git checkout master && git pull origin master && npm version major",
"release-minor": "git checkout master && git pull origin master && npm version minor",
"release-patch": "git checkout master && git pull origin master && npm version patch",
"test": "nyc ava 'test' --concurrency 3 --verbose --timeout 40000",
"version": "npm run changelog && npm run docs && git add -A "
},
"version": "0.3.6"
}