UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

146 lines (145 loc) 4.3 kB
{ "name": "wed", "description": "Wed is a schema-aware editor for XML documents.", "version": "4.0.0", "versionedSources": "lib/wed/editor.ts", "keywords": [ "RelaxNG", "rng", "XML", "editor" ], "homepage": "https://github.com/mangalam-research/wed", "author": "Louis-Dominique Dubeau <louisd@mangalamresearch.org>", "repository": { "type": "git", "url": "https://github.com/mangalam-research/wed.git" }, "licenses": [ { "type": "MPL", "url": "https://www.mozilla.org/MPL/2.0/" } ], "dependencies": { "ajv": "^6.5.0", "amd-loader": "0.0.8", "argparse": ">=1.0.3 <2", "js-yaml": "^3.8.4", "salve": "^9.0.1", "terser-webpack-plugin": "^1.1.0", "urijs": "^1.19.1", "webpack-cli": "^3.1.2" }, "devDependencies": { "@commitlint/cli": "^6.2.0", "@commitlint/config-conventional": "^6.1.3", "@types/argparse": "^1.0.30", "@types/bluebird": "^3.5.2", "@types/blueimp-md5": "^2.7.0", "@types/bootbox": "^4.4.35", "@types/bootstrap": "^3.3.32", "@types/bootstrap-notify": "^3.1.30", "@types/chai": "^4.1.3", "@types/diff": "^3.2.2", "@types/jquery": "^2.0.48", "@types/js-yaml": "^3.5.31", "@types/jsdom": "^11.0.2", "@types/localforage": "0.0.33", "@types/lodash": "^4.14.62", "@types/mocha": "^5.2.0", "@types/node": "^10.1.1", "@types/qs": "^6.5.0", "@types/sinon": "^4.3.3", "@types/sinon-chai": "^2.7.31", "@types/slug": "^0.9.0", "amd-loader": "https://registry.npmjs.org/amd-loader/-/amd-loader-0.0.8.tgz", "bluebird": "^3.5.0", "blueimp-md5": "^2.10.0", "bluejax": "^1.1.0", "bluejax.try": "^1.0.0", "bootbox": ">=4.4.0 <5", "bootstrap": ">=3.3.7 <3.4", "bootstrap-notify": "^3.1.3", "chai": "^4.1.2", "child-process-promise": "^2.2.1", "classlist-polyfill": ">=1.0.2 <2", "compression": ">=1.2.0 <2", "copy-webpack-plugin": "^4.2.0", "core-js": "^2.5.0", "corejs-typeahead": "^1.2.1", "del": "^3.0.0", "dexie": "^2.0.0-beta.11", "diff": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz", "eslint": "^4.19.1", "eslint-config-lddubeau-base": "^2.0.1", "express": ">=4.10.2 <5", "fancy-log": "^1.3.2", "font-awesome": ">=4.4.0 <4.5", "fs-extra": "^6.0.1", "gulp": "^3.9.1", "gulp-changed": "^3.2.0", "gulp-debug": ">=2.1.0 <3", "gulp-eslint": "^4.0.2", "gulp-filter": "^5.1.0", "gulp-less": ">=3.0.3 <4", "gulp-newer": ">=1.0.0 <2", "gulp-rename": "^1.2.3", "gulp-replace": "^1.0.0", "gulp-wrap-amd": ">=0.5.0 <1", "html-loader": "^0.4.4", "husky": "^0.14.3", "interactjs": "https://github.com/lddubeau/interact.js/tarball/fix/typescript-definitions.tgz", "jquery": ">=2 <4", "jsdom": "^11.1.0", "json-schema-to-typescript": "^4.4.0", "karma": "^2.0.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.4", "karma-requirejs": "^1.1.0", "karma-source-map-support": "^1.2.0", "last-resort": "^1.0.1", "less": ">=2 <3", "localforage": ">=1.2.4 <2", "lodash-amd": ">=4 <5", "merge-options": "0.0.64", "mocha": "^5.1.1", "morgan": ">=1.5.0 <2", "qs": "^6.5.1", "rangy": "git+https://github.com/lddubeau/rangy#feature/custom-is-collapsed-node", "raw-loader": "^0.5.1", "require-dir": "^1.0.0", "requirejs": "^2.3.4", "requirejs-text": ">=2.0.12 <3", "rxjs": "^6.2.0", "salve-dom": "^5.0.1", "semver": ">=5 <6", "serve-static": ">=1.7.1 <2", "shell-quote": ">=1.4.3 <2", "sinon": "^5.0.7", "sinon-chai": "^3.0.0", "slug": "^0.9.1", "through2": "^3.0.0", "touch": "^3.1.0", "tslint": "^5.6.0", "tslint-config-lddubeau": "^2.0.1", "tslint-microsoft-contrib": "^5.0.1", "typeahead.js-bootstrap-css": "^1.2.1", "typedoc": "^0.11.1", "typescript": "^2.7.1", "versync": "^3.1.0", "vinyl-file": "^3.0.0", "webpack": "^4.27.1", "zone.js": "^0.8.10" }, "bin": { "wed-metadata": "./bin/wed-metadata" }, "scripts": { "test": "make test", "commitmsg": "commitlint -e $GIT_PARAMS" } }