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/io-utils/package.json

80 lines
2.3 KiB
JSON

{
"_from": "@jscad/io-utils@^0.1.2",
"_id": "@jscad/io-utils@0.1.3",
"_inBundle": false,
"_integrity": "sha512-aCVUZovewI4njtEJ1fvjhasqd8EHIzQaPb88MtFWf/ff1NdGOu/vRH3yGG8vu0NZektGEDCKp028g2nTBL7aFg==",
"_location": "/@jscad/io-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jscad/io-utils@^0.1.2",
"name": "@jscad/io-utils",
"escapedName": "@jscad%2fio-utils",
"scope": "@jscad",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/@jscad/amf-serializer",
"/@jscad/io",
"/@jscad/json-serializer",
"/@jscad/stl-deserializer",
"/@jscad/stl-serializer",
"/@jscad/x3d-serializer"
],
"_resolved": "https://registry.npmjs.org/@jscad/io-utils/-/io-utils-0.1.3.tgz",
"_shasum": "ddc4ea914606c085b64ed20919a1973b3f47ac51",
"_spec": "@jscad/io-utils@^0.1.2",
"_where": "C:\\Users\\tomate\\node_modules\\@jscad\\io",
"bugs": {
"url": "https://github.com/jscad/io/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Rene K. Mueller",
"url": "http://renekmueller.com"
},
{
"name": "z3dev",
"url": "http://www.z3d.jp"
},
{
"name": "Mark 'kaosat-dev' Moissette",
"url": "http://kaosat.net"
}
],
"deprecated": false,
"description": "Utilities for input , output and formats handling for jscad project",
"devDependencies": {
"@jscad/csg": "0.7.0"
},
"homepage": "https://github.com/jscad/io#readme",
"keywords": [
"openscad",
"openjscad",
"jscad",
"cad",
"io",
"formats",
"serializer",
"deserializer"
],
"license": "MIT",
"main": "index.js",
"name": "@jscad/io-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/jscad/io.git"
},
"scripts": {
"release-major": "git checkout master && npm version major ; git commit -a -m 'chore(dist): built dist/'; git push origin master --tags ",
"release-minor": "git checkout master && npm version minor ; git commit -a -m 'chore(dist): built dist/'; git push origin master --tags ",
"release-patch": "git checkout master && npm version patch ; git commit -a -m 'chore(dist): built dist/'; git push origin master --tags ",
"test": "ava './test.js' --verbose --timeout 10000"
},
"version": "0.1.3"
}