88 lines
2.5 KiB
JSON
Executable File
88 lines
2.5 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"js-base64@2.5.1",
|
|
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
|
|
]
|
|
],
|
|
"_from": "js-base64@2.5.1",
|
|
"_id": "js-base64@2.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==",
|
|
"_location": "/js-base64",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "js-base64@2.5.1",
|
|
"name": "js-base64",
|
|
"escapedName": "js-base64",
|
|
"rawSpec": "2.5.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.5.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano/postcss",
|
|
"/postcss-calc/postcss",
|
|
"/postcss-colormin/postcss",
|
|
"/postcss-convert-values/postcss",
|
|
"/postcss-discard-comments/postcss",
|
|
"/postcss-discard-duplicates/postcss",
|
|
"/postcss-discard-empty/postcss",
|
|
"/postcss-discard-overridden/postcss",
|
|
"/postcss-discard-unused/postcss",
|
|
"/postcss-filter-plugins/postcss",
|
|
"/postcss-merge-idents/postcss",
|
|
"/postcss-merge-longhand/postcss",
|
|
"/postcss-merge-rules/postcss",
|
|
"/postcss-minify-font-values/postcss",
|
|
"/postcss-minify-gradients/postcss",
|
|
"/postcss-minify-params/postcss",
|
|
"/postcss-minify-selectors/postcss",
|
|
"/postcss-normalize-charset/postcss",
|
|
"/postcss-normalize-url/postcss",
|
|
"/postcss-ordered-values/postcss",
|
|
"/postcss-reduce-idents/postcss",
|
|
"/postcss-reduce-initial/postcss",
|
|
"/postcss-reduce-transforms/postcss",
|
|
"/postcss-svgo/postcss",
|
|
"/postcss-unique-selectors/postcss",
|
|
"/postcss-zindex/postcss",
|
|
"/scss-tokenizer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz",
|
|
"_spec": "2.5.1",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
|
|
"author": {
|
|
"name": "Dan Kogai"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dankogai/js-base64/issues"
|
|
},
|
|
"description": "Yet another Base64 transcoder in pure-JS",
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.7.0",
|
|
"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.5.1"
|
|
}
|