SAP-BTP-Spielwiese/app1/node_modules/node-cache/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

71 lines
1.6 KiB
JSON

{
"name": "node-cache",
"description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
"keywords": [
"cache",
"caching",
"local",
"variable",
"multi",
"memory",
"internal",
"node",
"memcached",
"object"
],
"tags": [
"cache",
"caching",
"local",
"variable",
"multi",
"memory",
"internal",
"node",
"memcached",
"object"
],
"version": "4.1.1",
"author": "mpneuried <mp@tcs.de>",
"maintainers": {
"name": "M. Peter",
"email": "mp@tcs.de",
"url": "https://github.com/mpneuried"
},
"main": "./index.js",
"homepage": "https://github.com/mpneuried/nodecache",
"repository": {
"type": "git",
"url": "git://github.com/mpneuried/nodecache.git"
},
"license": "MIT",
"engines": {
"node": ">= 0.4.6"
},
"scripts": {
"test": "COFFEECOV_INIT_ALL=false mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec",
"test-docker": "SILIENT_MODE=1 mocha test/mocha_test.js -R min",
"build": "grunt build"
},
"dependencies": {
"clone": "2.x",
"lodash": "4.x"
},
"devDependencies": {
"coffee-coverage": "1.x",
"coffee-script": "1.x",
"coveralls": "2.x",
"grunt": "0.4.x",
"grunt-banner": "0.6.x",
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-coffee": "1.0.x",
"grunt-contrib-watch": "1.x",
"grunt-include-replace": "3.2.x",
"grunt-mocha-cli": "2.x",
"grunt-regarde": "0.1.x",
"grunt-run": "0.5.x",
"istanbul": "0.x",
"mocha": "3.x",
"should": "11.x"
}
}