123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "base64-url@1.3.2",
- "D:\\work\\im\\node_modules\\uid-safe"
- ]
- ],
- "_from": "base64-url@1.3.2",
- "_id": "base64-url@1.3.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/base64-url",
- "_nodeVersion": "4.4.2",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/base64-url-1.3.2.tgz_1468593630635_0.8208693880587816"
- },
- "_npmUser": {
- "email": "joaquim.serafim@gmail.com",
- "name": "quim"
- },
- "_npmVersion": "2.15.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "base64-url",
- "raw": "base64-url@1.3.2",
- "rawSpec": "1.3.2",
- "scope": null,
- "spec": "1.3.2",
- "type": "version"
- },
- "_requiredBy": [
- "/uid-safe"
- ],
- "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz",
- "_shasum": "4b08113b49d23889f306be64372762d31412f7a8",
- "_shrinkwrap": null,
- "_spec": "base64-url@1.3.2",
- "_where": "D:\\work\\im\\node_modules\\uid-safe",
- "author": {
- "name": "@joaquimserafim"
- },
- "bugs": {
- "url": "https://github.com/joaquimserafim/base64-url/issues"
- },
- "dependencies": {},
- "description": "Base64 encode, decode, escape and unescape for URL applications",
- "devDependencies": {
- "istanbul": "^0.3.5",
- "jscs": "^1.9.0",
- "jshint": "^2.5.11",
- "pre-commit": "^1.1.3",
- "tape": "^4.6.0"
- },
- "directories": {},
- "dist": {
- "shasum": "4b08113b49d23889f306be64372762d31412f7a8",
- "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.2.tgz"
- },
- "files": [
- "LICENSE",
- "README.md",
- "index.js"
- ],
- "gitHead": "356442c220fe38d00fa34078519c9b3ac31b1312",
- "homepage": "https://github.com/joaquimserafim/base64-url",
- "keywords": [
- "base64",
- "base64url"
- ],
- "license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "email": "joaquim.serafim@gmail.com",
- "name": "quim"
- }
- ],
- "name": "base64-url",
- "optionalDependencies": {},
- "pre-commit": [
- "lint",
- "style",
- "test",
- "coverage:check"
- ],
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/joaquimserafim/base64-url.git"
- },
- "scripts": {
- "coverage": "open coverage/lcov-report/index.html",
- "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
- "lint": "jshint -c .jshintrc *.js",
- "style": "jscs -p google *.js",
- "test": "istanbul cover tape test.js"
- },
- "version": "1.3.2"
- }
|