lml-main
Version:
This is now a mono repository published into many standalone packages.
63 lines (62 loc) • 1.57 kB
JSON
{
"_args": [
[
"js-base64@2.4.3",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "js-base64@2.4.3",
"_id": "js-base64@2.4.3",
"_inBundle": false,
"_integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==",
"_location": "/js-base64",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-base64@2.4.3",
"name": "js-base64",
"escapedName": "js-base64",
"rawSpec": "2.4.3",
"saveSpec": null,
"fetchSpec": "2.4.3"
},
"_requiredBy": [
"/postcss",
"/scss-tokenizer"
],
"_resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
"_spec": "2.4.3",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Dan Kogai"
},
"bugs": {
"url": "https://github.com/dankogai/js-base64/issues"
},
"description": "Yet another Base64 transcoder in pure-JS",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"mocha": "*"
},
"directories": {
"test": "test"
},
"gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2",
"homepage": "https://github.com/dankogai/js-base64#readme",
"keywords": [
"base64"
],
"license": "BSD-3-Clause",
"main": "base64.js",
"name": "js-base64",
"repository": {
"type": "git",
"url": "git://github.com/dankogai/js-base64.git"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"version": "2.4.3"
}