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.
 
 
 

74 lines
1.9 KiB

{
"name": "base64-url",
"version": "1.3.2",
"description": "Base64 encode, decode, escape and unescape for URL applications",
"main": "index.js",
"files": [
"LICENSE",
"README.md",
"index.js"
],
"scripts": {
"test": "istanbul cover tape test.js",
"lint": "jshint -c .jshintrc *.js",
"style": "jscs -p google *.js",
"coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "open coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/joaquimserafim/base64-url.git"
},
"keywords": [
"base64",
"base64url"
],
"author": {
"name": "@joaquimserafim"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/joaquimserafim/base64-url/issues"
},
"homepage": "https://github.com/joaquimserafim/base64-url",
"devDependencies": {
"istanbul": "^0.3.5",
"jscs": "^1.9.0",
"jshint": "^2.5.11",
"pre-commit": "^1.1.3",
"tape": "^4.6.0"
},
"pre-commit": [
"lint",
"style",
"test",
"coverage:check"
],
"gitHead": "356442c220fe38d00fa34078519c9b3ac31b1312",
"_id": "base64-url@1.3.2",
"_shasum": "4b08113b49d23889f306be64372762d31412f7a8",
"_from": "base64-url@>=1.2.1 <2.0.0",
"_npmVersion": "2.15.0",
"_nodeVersion": "4.4.2",
"_npmUser": {
"name": "quim",
"email": "joaquim.serafim@gmail.com"
},
"dist": {
"shasum": "4b08113b49d23889f306be64372762d31412f7a8",
"tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz"
},
"maintainers": [
{
"name": "quim",
"email": "joaquim.serafim@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/base64-url-1.3.2.tgz_1468593630635_0.8208693880587816"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz",
"readme": "ERROR: No README data found!"
}