notes/node_modules/js-base64/package.json

79 lines
1.9 KiB
JSON

{
"_args": [
[
"js-base64@^2.1.9",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/postcss"
]
],
"_from": "js-base64@>=2.1.9 <3.0.0",
"_id": "js-base64@2.1.9",
"_inCache": true,
"_installable": true,
"_location": "/js-base64",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "dankogai+github@gmail.com",
"name": "dankogai"
},
"_npmVersion": "2.13.0",
"_phantomChildren": {},
"_requested": {
"name": "js-base64",
"raw": "js-base64@^2.1.9",
"rawSpec": "^2.1.9",
"scope": null,
"spec": ">=2.1.9 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss"
],
"_resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
"_shasum": "f0e80ae039a4bd654b5f281fc93f04a914a7fcce",
"_shrinkwrap": null,
"_spec": "js-base64@^2.1.9",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/postcss",
"author": {
"name": "Dan Kogai"
},
"bugs": {
"url": "https://github.com/dankogai/js-base64/issues"
},
"dependencies": {},
"description": "Yet another Base64 transcoder in pure-JS",
"devDependencies": {
"mocha": "*"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "f0e80ae039a4bd654b5f281fc93f04a914a7fcce",
"tarball": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz"
},
"gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2",
"homepage": "https://github.com/dankogai/js-base64#readme",
"keywords": [
"base64"
],
"license": "BSD",
"main": "base64.js",
"maintainers": [
{
"name": "dankogai",
"email": "dankogai+github@gmail.com"
}
],
"name": "js-base64",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/dankogai/js-base64.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.1.9"
}