You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/base64-js/package.json

106 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "base64-js@^1.1.2",
"scope": null,
"escapedName": "base64-js",
"name": "base64-js",
"rawSpec": "^1.1.2",
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/brotli"
]
],
"_from": "base64-js@>=1.1.2 <2.0.0",
"_id": "base64-js@1.2.0",
"_inCache": true,
"_location": "/base64-js",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/base64-js-1.2.0.tgz_1474574119286_0.4763944323640317"
},
"_npmUser": {
"name": "feross",
"email": "feross@feross.org"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "base64-js@^1.1.2",
"scope": null,
"escapedName": "base64-js",
"name": "base64-js",
"rawSpec": "^1.1.2",
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/brotli"
],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
"_shasum": "a39992d723584811982be5e290bb6a53d86700f1",
"_shrinkwrap": null,
"_spec": "base64-js@^1.1.2",
"_where": "/Users/MB/git/pdfkit/node_modules/brotli",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
"bugs": {
"url": "https://github.com/beatgammit/base64-js/issues"
},
"dependencies": {},
"description": "Base64 encoding/decoding in pure JS",
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "^13.0.0",
"standard": "*",
"tape": "4.x",
"uglify-js": "^2.6.2"
},
"directories": {},
"dist": {
"shasum": "a39992d723584811982be5e290bb6a53d86700f1",
"tarball": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz"
},
"files": [
"test",
"index.js",
"base64js.min.js"
],
"gitHead": "18bb7b2f20af653e60ae186bd879d3c4e6e6d8e6",
"homepage": "https://github.com/beatgammit/base64-js",
"keywords": [
"base64"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "beatgammit",
"email": "t.jameson.little@gmail.com"
},
{
"name": "feross",
"email": "feross@feross.org"
}
],
"name": "base64-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
},
"scripts": {
"build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"version": "1.2.0"
}