SAP-BTP-Spielwiese/app1/node_modules/base64-url/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

35 lines
1.1 KiB
JSON

{
"name": "base64-url",
"version": "2.3.3",
"description": "Base64 encode, decode, escape and unescape for URL applications",
"main": "index.js",
"files": ["LICENSE", "README.md", "index.js"],
"scripts": {
"coverage:open": "open coverage/index.html",
"coverage:check": "nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "standard --fix && nyc --reporter=html --reporter=text tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/joaquimserafim/base64-url.git"
},
"keywords": ["base64", "base64url"],
"author": "@joaquimserafim",
"license": "ISC",
"bugs": {
"url": "https://github.com/joaquimserafim/base64-url/issues"
},
"homepage": "https://github.com/joaquimserafim/base64-url",
"devDependencies": {
"coveralls": "^3.0.0",
"nyc": "^14.1.1",
"pre-commit": "^1.2.2",
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"pre-commit": ["test", "coverage:check"],
"engines": {
"node": ">=6"
}
}