UNPKG

react-scripts

Version:
96 lines (95 loc) 2.6 kB
{ "_args": [ [ { "raw": "base64-js@^1.0.2", "scope": null, "escapedName": "base64-js", "name": "base64-js", "rawSpec": "^1.0.2", "spec": ">=1.0.2 <2.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/buffer" ] ], "_from": "base64-js@>=1.0.2 <2.0.0", "_id": "base64-js@1.1.2", "_inCache": true, "_location": "/base64-js", "_nodeVersion": "4.4.1", "_npmOperationalInternal": { "host": "packages-13-west.internal.npmjs.com", "tmp": "tmp/base64-js-1.1.2.tgz_1458813298889_0.6030721089337021" }, "_npmUser": { "name": "feross", "email": "feross@feross.org" }, "_npmVersion": "2.14.20", "_phantomChildren": {}, "_requested": { "raw": "base64-js@^1.0.2", "scope": null, "escapedName": "base64-js", "name": "base64-js", "rawSpec": "^1.0.2", "spec": ">=1.0.2 <2.0.0", "type": "range" }, "_requiredBy": [ "/buffer" ], "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz", "_shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8", "_shrinkwrap": null, "_spec": "base64-js@^1.0.2", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/buffer", "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": "^6.0.5", "tape": "4.x", "uglify-js": "^2.6.2" }, "directories": {}, "dist": { "shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8", "tarball": "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz" }, "gitHead": "75f9f00f6baeeae9c51e21f43c2a9c918978d52c", "homepage": "https://github.com/beatgammit/base64-js#readme", "license": "MIT", "main": "lib/b64.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", "test": "standard && tape test/*.js" }, "version": "1.1.2" }