{
  "_args": [
    [
      "arch@2.1.0",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_development": true,
  "_from": "arch@2.1.0",
  "_id": "arch@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-NhOqRhSQZLPB8GB5Gb8dR4boKIk=",
  "_location": "/arch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "arch@2.1.0",
    "name": "arch",
    "escapedName": "arch",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/clipboardy"
  ],
  "_resolved": "https://registry.npmjs.org/arch/-/arch-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/feross/arch/issues"
  },
  "description": "Better `os.arch()` for node and the browser -- detect OS architecture",
  "devDependencies": {
    "standard": "*",
    "tape": "^4.0.0",
    "zuul": "^3.0.0"
  },
  "homepage": "https://github.com/feross/arch",
  "keywords": [
    "browser",
    "browserify",
    "arch",
    "cpu info",
    "cpus",
    "architecture",
    "navigator.platform",
    "x64",
    "x86",
    "64 bit",
    "32 bit"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "arch",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/arch.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "zuul -- test/*.js",
    "test-browser-local": "zuul --local -- test/*.js",
    "test-node": "tape test/*.js"
  },
  "version": "2.1.0"
}
