{
  "_from": "argsarray@0.0.1",
  "_id": "argsarray@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-bnIHtOzbObCviDA/pa4ivajfYcs=",
  "_location": "/argsarray",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "argsarray@0.0.1",
    "name": "argsarray",
    "escapedName": "argsarray",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/pouchdb"
  ],
  "_resolved": "https://registry.npmjs.org/argsarray/-/argsarray-0.0.1.tgz",
  "_shasum": "6e7207b4ecdb39b0af88303fa5ae22bda8df61cb",
  "_spec": "argsarray@0.0.1",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\pouchdb",
  "author": {
    "name": "Calvin Metcalf"
  },
  "bugs": {
    "url": "https://github.com/calvinmetcalf/argsarray/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "get arguments to a function as an array, withouth deoptimizing",
  "devDependencies": {
    "glob": "^3.2.9",
    "tap-spec": "^0.1.5",
    "tape": "^2.10.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/calvinmetcalf/argsarray",
  "keywords": [
    "arguments",
    "args"
  ],
  "license": "WTFPL",
  "main": "index.js",
  "name": "argsarray",
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/argsarray.git"
  },
  "scripts": {
    "test": "tape test/test.*.js | tspec"
  },
  "version": "0.0.1"
}
