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/dxf_dwg_importer/node_modules/dxf/package.json
2021-07-23 02:36:56 +02:00

121 lines
3.1 KiB
JSON

{
"_from": "dxf",
"_id": "dxf@4.4.2",
"_inBundle": false,
"_integrity": "sha512-iTq0mMBtukS8wNcrfTIC3ESUvcgiFgBzw528Qoxyep+XryqJfJkc58HhGixNPZSI2xGq1IC6eOwC741VZ6hMBQ==",
"_location": "/dxf",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "dxf",
"name": "dxf",
"escapedName": "dxf",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/dxf/-/dxf-4.4.2.tgz",
"_shasum": "c8d7e213311a729905b179fbba9c179ea03951b4",
"_spec": "dxf",
"_where": "C:\\Users\\mario\\Downloads\\dxf-master",
"author": {
"name": "Ben Nortier",
"email": "ben@bjnortier.com"
},
"bin": {
"dxf-to-svg": "lib/cli.js"
},
"bugs": {
"url": "https://github.com/bjnortier/dxf/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.20.3",
"lodash": "^4.17.15",
"pretty-data": "^0.40.0",
"round10": "^1.0.3",
"vecks": "^3.9.0"
},
"deprecated": false,
"description": "DXF parser for node/browser",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.6",
"acorn": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"browserify": "^16.5.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"expect": "^24.9.0",
"mocha": "^7.1.1",
"open": "^7.0.3",
"raw-loader": "^1.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"rimraf": "^2.7.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"xml2js": "^0.4.23"
},
"engines": {
"node": ">=8.9.0"
},
"homepage": "https://github.com/bjnortier/dxf",
"keywords": [
"DXF",
"Parser",
"SVG"
],
"license": "MIT",
"main": "lib/index.js",
"name": "dxf",
"repository": {
"type": "git",
"url": "git://github.com/bjnortier/dxf.git"
},
"scripts": {
"compile": "babel -d lib/ src/",
"dist": "mkdir -p dist && browserify lib/index.js --standalone dxf -o dist/dxf.js",
"prepublishOnly": "rimraf dist/ lib/ && npm run compile && npm run dist",
"test": "npm run test:lint && npm run test:unit",
"test:functional": "cd test/functional && webpack-dev-server",
"test:lint": "eslint --fix src test",
"test:unit": "mocha --require @babel/register --recursive test/unit/**",
"test:unit:watch": "npm run test:unit -- --watch"
},
"standard": {
"globals": [
"describe",
"it",
"before",
"beforeEach",
"after"
],
"ignore": [
"lib/",
"dist/"
]
},
"version": "4.4.2"
}