package.json 1.8 KB
{
  "_from": "base64-arraybuffer@0.1.5",
  "_id": "base64-arraybuffer@0.1.5",
  "_inBundle": false,
  "_integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=",
  "_location": "/socket.io-client/base64-arraybuffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "base64-arraybuffer@0.1.5",
    "name": "base64-arraybuffer",
    "escapedName": "base64-arraybuffer",
    "rawSpec": "0.1.5",
    "saveSpec": null,
    "fetchSpec": "0.1.5"
  },
  "_requiredBy": [
    "/socket.io-client"
  ],
  "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
  "_shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8",
  "_spec": "base64-arraybuffer@0.1.5",
  "_where": "C:\\Users\\rkdud\\Desktop\\batch_file\\node_modules\\socket.io-client",
  "author": {
    "name": "Niklas von Hertzen",
    "email": "niklasvh@gmail.com",
    "url": "http://hertzen.com"
  },
  "bugs": {
    "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Encode/decode base64 data into ArrayBuffers",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  "keywords": [],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/base64-arraybuffer",
  "name": "base64-arraybuffer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "version": "0.1.5"
}