1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "libbase64@^0.1.0",
- "D:\\work\\im\\node_modules\\buildmail"
- ]
- ],
- "_from": "libbase64@>=0.1.0 <0.2.0",
- "_id": "libbase64@0.1.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/libbase64",
- "_npmUser": {
- "email": "andris@node.ee",
- "name": "andris"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "libbase64",
- "raw": "libbase64@^0.1.0",
- "rawSpec": "^0.1.0",
- "scope": null,
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/buildmail",
- "/libmime"
- ],
- "_resolved": "https://registry.npmjs.org/libbase64/-/libbase64-0.1.0.tgz",
- "_shasum": "62351a839563ac5ff5bd26f12f60e9830bb751e6",
- "_shrinkwrap": null,
- "_spec": "libbase64@^0.1.0",
- "_where": "D:\\work\\im\\node_modules\\buildmail",
- "author": {
- "name": "Andris Reinman"
- },
- "bugs": {
- "url": "https://github.com/andris9/libbase64/issues"
- },
- "dependencies": {},
- "description": "Encode and decode base64 encoded strings",
- "devDependencies": {
- "chai": "~1.8.1",
- "grunt": "~0.4.1",
- "grunt-contrib-jshint": "~0.8.0",
- "grunt-mocha-test": "~0.10.0"
- },
- "directories": {},
- "dist": {
- "shasum": "62351a839563ac5ff5bd26f12f60e9830bb751e6",
- "tarball": "https://registry.npmjs.org/libbase64/-/libbase64-0.1.0.tgz"
- },
- "homepage": "https://github.com/andris9/libbase64",
- "keywords": [
- "base64",
- "mime"
- ],
- "license": "MIT",
- "main": "lib/libbase64.js",
- "maintainers": [
- {
- "email": "andris@node.ee",
- "name": "andris"
- }
- ],
- "name": "libbase64",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/andris9/libbase64.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "0.1.0"
- }
|