A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
projectdivar/server/node_modules/spex/package.json

77 lines
2.2 KiB

{
"_from": "spex@3.2.0",
"_id": "spex@3.2.0",
"_inBundle": false,
"_integrity": "sha512-9srjJM7NaymrpwMHvSmpDeIK5GoRMX/Tq0E8aOlDPS54dDnDUIp30DrP9SphMPEETDLzEM9+4qo+KipmbtPecg==",
"_location": "/spex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "spex@3.2.0",
"name": "spex",
"escapedName": "spex",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/pg-promise"
],
"_resolved": "https://registry.npmjs.org/spex/-/spex-3.2.0.tgz",
"_shasum": "fa4a21922407e112624977b445a6d634578a1127",
"_spec": "spex@3.2.0",
"_where": "/home/sigonasr2/divar/server/node_modules/pg-promise",
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"bugs": {
"url": "https://github.com/vitaly-t/spex/issues",
"email": "vitaly.tomilov@gmail.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Specialized Promise Extensions",
"devDependencies": {
"bluebird": "3.7.2",
"browserify": "17.0.0",
"coveralls": "3.1.0",
"eslint": "7.16.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.6",
"typescript": "4.1.3"
},
"engines": {
"node": ">=4.5"
},
"files": [
"lib",
"typescript"
],
"homepage": "https://github.com/vitaly-t/spex",
"keywords": [
"promise",
"throttle",
"throttling",
"load balancing"
],
"license": "MIT",
"main": "lib/index.js",
"name": "spex",
"repository": {
"type": "git",
"url": "git+https://github.com/vitaly-t/spex.git"
},
"scripts": {
"browserify": "browserify lib/index.js -s spexLib -o spex.js",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"doc": "jsdoc -c ./jsdoc/jsDoc.js ./jsdoc/README.md -u ./jsdoc/tutorials",
"lint": "eslint ./lib ./test/**/*.spec.js",
"test": "jasmine-node test",
"travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"typings": "typescript/spex.d.ts",
"version": "3.2.0"
}