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.
61 lines
1.5 KiB
61 lines
1.5 KiB
{
|
|
"_from": "is-base64@^0.1.0",
|
|
"_id": "is-base64@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WRRyllsGXJM7ZN7gPTCCQ/6wNPTRDwiWdPK66l5sJzcU/oOzcIcRRf0Rux8bkpox/1yjt0F6VJRsQOIG2qz5sg==",
|
|
"_location": "/is-base64",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-base64@^0.1.0",
|
|
"name": "is-base64",
|
|
"escapedName": "is-base64",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/image-pixels",
|
|
"/string-to-arraybuffer",
|
|
"/to-uint8"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-base64/-/is-base64-0.1.0.tgz",
|
|
"_shasum": "a6f20610c6ef4863a51cba32bc0222544b932622",
|
|
"_spec": "is-base64@^0.1.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
|
|
"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": "^4.9.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/miguelmota/is-base64",
|
|
"keywords": [
|
|
"predicate",
|
|
"base64",
|
|
"mime"
|
|
],
|
|
"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.1.0"
|
|
}
|
|
|