{ "_from": "reserved-words@^0.1.2", "_id": "reserved-words@0.1.2", "_inBundle": false, "_integrity": "sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=", "_location": "/reserved-words", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "reserved-words@^0.1.2", "name": "reserved-words", "escapedName": "reserved-words", "rawSpec": "^0.1.2", "saveSpec": null, "fetchSpec": "^0.1.2" }, "_requiredBy": [ "/eslint-plugin-unicorn" ], "_resolved": "https://registry.npmjs.org/reserved-words/-/reserved-words-0.1.2.tgz", "_shasum": "00a0940f98cd501aeaaac316411d9adc52b31ab1", "_spec": "reserved-words@^0.1.2", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/eslint-plugin-unicorn", "author": { "name": "Alexej Yaroshevich", "email": "zxqfox@gmail.com", "url": "http://github.com/zxqfox" }, "bugs": { "url": "https://github.com/zxqfox/reserved-words/issues" }, "bundleDependencies": false, "deprecated": false, "description": "ECMAScript reserved words checker", "devDependencies": { "jscs": "^1.13.1", "jscs-jsdoc": "^1.1.0", "jshint": "^2.8.0", "mocha": "^2.2.5" }, "files": [ "lib", "README.md", "LICENSE" ], "homepage": "https://github.com/zxqfox/reserved-words#readme", "keywords": [ "ES3", "ES5", "ES6", "ReservedWord", "Keyword", "checker" ], "license": "MIT", "main": "lib/index.js", "name": "reserved-words", "repository": { "type": "git", "url": "git+https://github.com/zxqfox/reserved-words.git" }, "scripts": { "test": "jshint && jscs lib test && mocha" }, "version": "0.1.2" }