{
  "_args": [
    [
      {
        "raw": "is-symbol@^1.0.1",
        "scope": null,
        "escapedName": "is-symbol",
        "name": "is-symbol",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/es-to-primitive"
    ]
  ],
  "_from": "is-symbol@>=1.0.1 <2.0.0",
  "_id": "is-symbol@1.0.1",
  "_inCache": true,
  "_location": "/is-symbol",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-symbol@^1.0.1",
    "scope": null,
    "escapedName": "is-symbol",
    "name": "is-symbol",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es-to-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
  "_shasum": "3cc59f00025194b6ab2e38dbae6689256b660572",
  "_shrinkwrap": null,
  "_spec": "is-symbol@^1.0.1",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/es-to-primitive",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-symbol/issues"
  },
  "dependencies": {},
  "description": "Determine if a value is an ES6 Symbol or not.",
  "devDependencies": {
    "covert": "1.0.0",
    "jscs": "~1.10.0",
    "nsp": "~1.0.0",
    "semver": "~4.2.0",
    "tape": "~3.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "3cc59f00025194b6ab2e38dbae6689256b660572",
    "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "gitHead": "5bbd991ff41a459a941d205de65d533cc6c3cd8c",
  "homepage": "https://github.com/ljharb/is-symbol#readme",
  "keywords": [
    "symbol",
    "es6",
    "is",
    "Symbol"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "is-symbol",
  "optionalDependencies": {},
  "readme": "#is-symbol <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\n[![browser support][9]][10]\n\nIs this an ES6 Symbol value?\n\n## Example\n\n```js\nvar isSymbol = require('is-symbol');\nassert(!isSymbol(function () {}));\nassert(!isSymbol(null));\nassert(!isSymbol(function* () { yield 42; return Infinity; });\n\nassert(isSymbol(Symbol.iterator));\nassert(isSymbol(Symbol('foo')));\nassert(isSymbol(Symbol.for('foo')));\nassert(isSymbol(Object(Symbol('foo'))));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/is-symbol\n[2]: http://vb.teelaun.ch/ljharb/is-symbol.svg\n[3]: https://travis-ci.org/ljharb/is-symbol.svg\n[4]: https://travis-ci.org/ljharb/is-symbol\n[5]: https://david-dm.org/ljharb/is-symbol.svg\n[6]: https://david-dm.org/ljharb/is-symbol\n[7]: https://david-dm.org/ljharb/is-symbol/dev-status.svg\n[8]: https://david-dm.org/ljharb/is-symbol#info=devDependencies\n[9]: https://ci.testling.com/ljharb/is-symbol.png\n[10]: https://ci.testling.com/ljharb/is-symbol\n[11]: https://nodei.co/npm/is-symbol.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-symbol.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-symbol.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-symbol\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/is-symbol.git"
  },
  "scripts": {
    "coverage": "covert test/index.js",
    "coverage:quiet": "covert test/index.js --quiet",
    "lint": "jscs *.js */*.js",
    "security": "nsp package",
    "test": "npm run lint && node --es-staging --harmony test/index.js && npm run security"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "1.0.1"
}
