{
  "_args": [
    [
      {
        "raw": "array-from@^2.1.1",
        "scope": null,
        "escapedName": "array-from",
        "name": "array-from",
        "rawSpec": "^2.1.1",
        "spec": ">=2.1.1 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-services/services/peerjs/node_modules/@sinonjs/formatio/node_modules/@sinonjs/samsam"
    ]
  ],
  "_from": "array-from@>=2.1.1 <3.0.0",
  "_id": "array-from@2.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/array-from",
  "_nodeVersion": "5.10.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/array-from-2.1.1.tgz_1461836297636_0.45426069549284875"
  },
  "_npmUser": {
    "name": "tomekwi",
    "email": "t.wiszniewski@gmail.com"
  },
  "_npmVersion": "3.8.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "array-from@^2.1.1",
    "scope": null,
    "escapedName": "array-from",
    "name": "array-from",
    "rawSpec": "^2.1.1",
    "spec": ">=2.1.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@sinonjs/formatio/@sinonjs/samsam"
  ],
  "_resolved": "https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz",
  "_shasum": "cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195",
  "_shrinkwrap": null,
  "_spec": "array-from@^2.1.1",
  "_where": "/home/lively4/lively4/lively4-services/services/peerjs/node_modules/@sinonjs/formatio/node_modules/@sinonjs/samsam",
  "bugs": {
    "url": "https://github.com/studio-b12/array-from/issues"
  },
  "contributors": [
    {
      "name": "Tomek Wiszniewski",
      "email": "t.wiszniewski@gmail.com"
    },
    {
      "name": "Benjamin Barber",
      "url": "http://github.com/barberboy"
    }
  ],
  "dependencies": {},
  "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.",
  "devDependencies": {
    "1-liners": "0.2.2",
    "core-js": "^1.0.0",
    "coveralls": "2.11.2",
    "istanbul": "0.3.14",
    "jshint": "2.7.0",
    "lodash.isnative": "^3.0.4",
    "nodangel": "1.3.8",
    "tap-spec": "2.2.2",
    "tape": "4.2.2",
    "tape-catch": "1.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195",
    "tarball": "https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz"
  },
  "files": [
    "/*.js",
    "/Readme.md",
    "/License.md"
  ],
  "gitHead": "537c6de5e27c810d439c0d662f6482cf5e513635",
  "homepage": "https://github.com/studio-b12/array-from#readme",
  "keywords": [
    "Array.from",
    "ponyfill",
    "polyfill",
    "convert",
    "to",
    "array",
    "es-2015",
    "es2015",
    "es6"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "tomekwi",
      "email": "t.wiszniewski@gmail.com"
    }
  ],
  "name": "array-from",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/studio-b12/array-from.git"
  },
  "scripts": {
    "coverage": "istanbul cover test.js",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
    "develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'",
    "test": "jshint . && npm run test:lite",
    "test:lite": "node test.js | tap-spec",
    "view-coverage": "echo 'Generating coverage reports...'; npm run coverage >/dev/null && echo '...done.' && xdg-open ./coverage/lcov-report/index.html >/dev/null"
  },
  "version": "2.1.1"
}
