UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

137 lines (136 loc) 3.93 kB
{ "_args": [ [ "babel-jscs@^2.0.5", "/Users/derekcaneja/Git/dispatch.me/kitchen/examples" ] ], "_from": "babel-jscs@>=2.0.5 <3.0.0", "_id": "babel-jscs@2.0.5", "_inCache": true, "_installable": true, "_location": "/babel-jscs", "_nodeVersion": "0.12.7", "_npmUser": { "email": "hi@henryzoo.com", "name": "hzoo" }, "_npmVersion": "2.13.4", "_phantomChildren": { "babel-plugin-constant-folding": "1.0.1", "babel-plugin-dead-code-elimination": "1.0.2", "babel-plugin-eval": "1.0.1", "babel-plugin-inline-environment-variables": "1.0.1", "babel-plugin-jscript": "1.0.4", "babel-plugin-member-expression-literals": "1.0.1", "babel-plugin-property-literals": "1.0.1", "babel-plugin-proto-to-assign": "1.0.4", "babel-plugin-react-constant-elements": "1.0.3", "babel-plugin-react-display-name": "1.0.3", "babel-plugin-remove-console": "1.0.1", "babel-plugin-remove-debugger": "1.0.1", "babel-plugin-runtime": "1.0.7", "babel-plugin-undeclared-variables-check": "1.0.2", "babel-plugin-undefined-to-void": "1.1.6", "bluebird": "2.10.2", "brace-expansion": "1.1.5", "chalk": "1.1.1", "convert-source-map": "1.2.0", "core-js": "1.2.7", "debug": "2.2.0", "detect-indent": "3.0.1", "esutils": "2.0.2", "fs-readdir-recursive": "0.1.2", "home-or-tmp": "1.0.0", "is-integer": "1.0.6", "json5": "0.4.0", "lodash._baseassign": "3.2.0", "lodash._createassigner": "3.1.1", "lodash._getnative": "3.9.1", "lodash.isarguments": "3.0.8", "lodash.isarray": "3.0.4", "output-file-sync": "1.1.2", "path-exists": "1.0.0", "path-is-absolute": "1.0.0", "private": "0.1.6", "regenerator": "0.8.40", "regexpu": "1.3.0", "repeating": "1.1.3", "resolve": "1.1.7", "shebang-regex": "1.0.0", "slash": "1.0.0", "source-map": "0.5.6", "source-map-support": "0.2.10", "to-fast-properties": "1.0.2", "trim-right": "1.0.1", "try-resolve": "1.0.1" }, "_requested": { "name": "babel-jscs", "raw": "babel-jscs@^2.0.5", "rawSpec": "^2.0.5", "scope": null, "spec": ">=2.0.5 <3.0.0", "type": "range" }, "_requiredBy": [ "#DEV:/", "/jscs" ], "_resolved": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz", "_shasum": "0a347046b48145acbca56e8c8ed5f736bc54f9d0", "_shrinkwrap": null, "_spec": "babel-jscs@^2.0.5", "_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples", "author": { "email": "hi@henryzoo.com", "name": "Henry Zhu" }, "bugs": { "url": "https://github.com/jscs-dev/babel-jscs/issues" }, "dependencies": { "babel-core": "~5.8.3", "lodash.assign": "^3.2.0" }, "description": "**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!", "devDependencies": { "esprima": "^2.2.0", "esprima-fb": "^15001.1.0-dev-harmony-fb", "jscs": "github:jscs-dev/node-jscs#master", "mocha": "^2.2.5" }, "directories": {}, "dist": { "shasum": "0a347046b48145acbca56e8c8ed5f736bc54f9d0", "tarball": "http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz" }, "gitHead": "79122f826ed63fa7666e0742d371f840b031daa4", "homepage": "https://github.com/jscs-dev/babel-jscs", "keywords": [ "babel", "babel-jscs", "jscs" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "hzoo", "email": "hi@henryzoo.com" } ], "name": "babel-jscs", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jscs-dev/babel-jscs.git" }, "scripts": { "lint": "jscs test index.js acorn-to-esprima.js", "test": "mocha", "travis": "npm test && npm run lint" }, "version": "2.0.5" }