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/amf-serializer/package.json

77 lines
2.2 KiB
JSON

{
"_from": "@jscad/amf-serializer@^0.0.5",
"_id": "@jscad/amf-serializer@0.0.5",
"_inBundle": false,
"_integrity": "sha1-3A+Hx7LG15/F9rZnfwxoag0/Bg4=",
"_location": "/@jscad/amf-serializer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jscad/amf-serializer@^0.0.5",
"name": "@jscad/amf-serializer",
"escapedName": "@jscad%2famf-serializer",
"scope": "@jscad",
"rawSpec": "^0.0.5",
"saveSpec": null,
"fetchSpec": "^0.0.5"
},
"_requiredBy": [
"/@jscad/io"
],
"_resolved": "https://registry.npmjs.org/@jscad/amf-serializer/-/amf-serializer-0.0.5.tgz",
"_shasum": "dc0f87c7b2c6d79fc5f6b6677f0c686a0d3f060e",
"_spec": "@jscad/amf-serializer@^0.0.5",
"_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"
}
],
"dependencies": {
"@jscad/io-utils": "^0.1.2",
"sax": "^1.2.1",
"xmldom": "^0.1.27"
},
"deprecated": false,
"description": "Amf serializer for jscad project",
"devDependencies": {
"@jscad/csg": "0.3.6"
},
"homepage": "https://github.com/jscad/io#readme",
"keywords": [
"openjscad",
"jscad",
"csg",
"serializer",
"amf"
],
"license": "MIT",
"main": "index.js",
"name": "@jscad/amf-serializer",
"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.0.5"
}