Files
freeCodeCamp/probot/presolver/node_modules/is-base64/package.json
2018-12-05 11:23:55 +05:30

59 lines
1.5 KiB
JSON
Executable File

{
"_from": "is-base64@0.0.5",
"_id": "is-base64@0.0.5",
"_inBundle": false,
"_integrity": "sha512-eRLie1GvKWp5Hab3x0uZXOvxrlw72elV2qEcvrNeoqNv6W30BjyvdiEqouaIrU3qh5KWRlxJp7iDLipA/hNOsA==",
"_location": "/is-base64",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-base64@0.0.5",
"name": "is-base64",
"escapedName": "is-base64",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/is-base64/-/is-base64-0.0.5.tgz",
"_shasum": "39ecd12e937c667edd3b17fa677036825483b477",
"_spec": "is-base64@0.0.5",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "http://www.miguelmota.com/"
},
"bugs": {
"url": "https://github.com/miguelmota/is-base64/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Predicate that returns true if base64 string.",
"devDependencies": {
"tape": "^3.0.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/miguelmota/is-base64",
"keywords": [
"predicate",
"base64"
],
"license": "MIT",
"main": "is-base64.js",
"name": "is-base64",
"repository": {
"type": "git",
"url": "git+https://github.com/miguelmota/is-base64.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "0.0.5"
}