UNPKG

@sap/odata-v4

Version:

OData V4.0 server library

1 lines 3.09 kB
{"bundleDependencies":false,"dependencies":{"big.js":"=5.2.2","xmlbuilder":"=10.1.0"},"deprecated":false,"description":"OData V4.0 server library","devDependencies":{"eslint":"=5.8.0","filter-node-package":"=2.1.1","glob":"=7.1.3","istanbul":"=0.4.5","jsdoc":"=3.5.5","mocha":"=5.2.0","mocha-simple-html-reporter":"=1.1.0","rimraf":"=2.6.2","sinon":"=6.3.5","sql.js":"=0.5.0","supertest":"=3.3.0","xml-js":"=1.6.8"},"engines":{"node":">= 6.4.0"},"keywords":["OData","OASIS","Protocol"],"main":"index.js","name":"@sap/odata-v4","scripts":{"all-tests":"npm run tech-tests && npm run tech-tests-client","all-tests-jenkins":"npm run all-tests","before-push":"npm run lint && npm run doc && npm run all-tests && npm run cover && npm run cover-client","cleanFolders":"node internal/tools/applyNpmignore.js","cover":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter min --recursive test/ && istanbul check-coverage _gen/coverage/coverage.json","cover-client":"istanbul cover --config .istanbul-client.yml node_modules/mocha/bin/_mocha -- --reporter min --recursive client/test/ && istanbul check-coverage _gen/coverage/client/coverage.json","cover-jenkins":"npm run cover","cover-scenario-tests":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter min --recursive test/scenario/ && istanbul check-coverage _gen/coverage/coverage.json","cover-unit-tests":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter min --recursive test/unit/ && istanbul check-coverage _gen/coverage/coverage.json","doc":"npm run doc-api && npm run doc-html","doc-api":"jsdoc -c .jsdoc.json --verbose","doc-html":"node ./documentation/createHtmlDoc.js documentation _gen/doc --copy-orig","lint":"node node_modules/eslint/bin/eslint.js --rulesdir eslint/rules --max-warnings 0 lib/ test/ techService/ techServiceRef/ techServiceAnalytics/ client/lib client/test","prepareRelease":"npm run cleanFolders && clean-packages && npm prune --production && ls && cat package.json","pretest":"npm -g ls --depth=0 && npm ls --depth=0","report":"node node_modules/mocha/bin/mocha --colors --recursive test/ --reporter mocha-simple-html-reporter --reporter-options output=_gen/report/report_all.html","report-scenario-tests":"node node_modules/mocha/bin/mocha --colors --recursive test/scenario/ --reporter mocha-simple-html-reporter --reporter-options output=_gen/report/report_scenario.html","report-unit-tests":"node node_modules/mocha/bin/mocha --colors --recursive test/unit/ --reporter mocha-simple-html-reporter --reporter-options output=_gen/report/report_unit.html","scenario-tests":"node node_modules/mocha/bin/mocha --colors --reporter min --recursive test/scenario/","tech-service":"node techService/server","tech-tests":"node node_modules/mocha/bin/mocha --colors --reporter min --recursive test/","tech-tests-client":"node node_modules/mocha/bin/mocha --colors --reporter min --recursive client/test/","test":"npm run all-tests","unit-tests":"node node_modules/mocha/bin/mocha --colors --reporter min --recursive test/unit/"},"version":"1.9.0","license":"SEE LICENSE IN developer-license-3.1.txt"}