{"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":["symbol","es6","is","Symbol"],"dist-tags":{"latest":"1.0.1"},"author":{"name":"Jordan Harband"},"description":"Determine if a value is an ES6 Symbol or not.","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","repository":{"type":"git","url":"git://github.com/ljharb/is-symbol.git"},"bugs":{"url":"https://github.com/ljharb/is-symbol/issues"},"license":"MIT","versions":{"1.0.0":{"name":"is-symbol","version":"1.0.0","description":"Determine if a function is an ES6 generator function or not.","main":"index.js","scripts":{"test":"npm run lint && node --es-staging --harmony test/index.js && npm run security","coverage":"covert test/index.js","coverage:quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-symbol.git"},"keywords":["symbol","es6","is","Symbol"],"author":{"name":"Jordan Harband"},"license":"MIT","bugs":{"url":"https://github.com/ljharb/is-symbol/issues"},"dependencies":{},"devDependencies":{"tape":"~3.4.0","covert":"1.0.0","jscs":"~1.10.0","nsp":"~1.0.0","semver":"~4.2.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"86c2f7d882ebfbe5b2d3d8b874e59f5db1cd22cb","homepage":"https://github.com/ljharb/is-symbol","_id":"is-symbol@1.0.0","_shasum":"75934ad042fb1675c52f687f2cb47d66d5c45af2","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"75934ad042fb1675c52f687f2cb47d66d5c45af2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-symbol/-/is-symbol-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"is-symbol","version":"1.0.1","description":"Determine if a value is an ES6 Symbol or not.","main":"index.js","scripts":{"test":"npm run lint && node --es-staging --harmony test/index.js && npm run security","coverage":"covert test/index.js","coverage:quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-symbol.git"},"keywords":["symbol","es6","is","Symbol"],"author":{"name":"Jordan Harband"},"license":"MIT","bugs":{"url":"https://github.com/ljharb/is-symbol/issues"},"dependencies":{},"devDependencies":{"tape":"~3.4.0","covert":"1.0.0","jscs":"~1.10.0","nsp":"~1.0.0","semver":"~4.2.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"5bbd991ff41a459a941d205de65d533cc6c3cd8c","homepage":"https://github.com/ljharb/is-symbol","_id":"is-symbol@1.0.1","_shasum":"3cc59f00025194b6ab2e38dbae6689256b660572","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"3cc59f00025194b6ab2e38dbae6689256b660572","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-symbol/-/is-symbol-1.0.1.tgz"},"directories":{}}},"name":"is-symbol","time":{"modified":"2015-01-26T09:47:09.285Z","created":"2015-01-24T22:13:24.626Z","1.0.0":"2015-01-24T22:13:24.626Z","1.0.1":"2015-01-26T09:47:09.285Z"},"readmeFilename":"README.md","homepage":"https://github.com/ljharb/is-symbol"}