UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

103 lines (102 loc) 2.85 kB
{ "_args": [ [ "eslint-plugin-import@^0.8.0", "/Users/nick/codes/twreporter-react" ] ], "_from": "eslint-plugin-import@>=0.8.0 <0.9.0", "_id": "eslint-plugin-import@0.8.1", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-import", "_nodeVersion": "2.5.0", "_npmUser": { "email": "me@benmosher.com", "name": "benmosher" }, "_npmVersion": "2.13.2", "_phantomChildren": {}, "_requested": { "name": "eslint-plugin-import", "raw": "eslint-plugin-import@^0.8.0", "rawSpec": "^0.8.0", "scope": null, "spec": ">=0.8.0 <0.9.0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-0.8.1.tgz", "_shasum": "c1e076097d913cbdfd58f1d14f49205d8a33a735", "_shrinkwrap": null, "_spec": "eslint-plugin-import@^0.8.0", "_where": "/Users/nick/codes/twreporter-react", "author": { "email": "me@benmosher.com", "name": "Ben Mosher" }, "bugs": { "url": "https://github.com/benmosher/eslint-plugin-import/issues" }, "dependencies": { "babel-runtime": "5.8.19", "espree": "^2.0.1", "resolve": "^1.1.6" }, "description": "Import with sanity.", "devDependencies": { "babel": "^5.6.23", "babel-eslint": "^3.1.23", "chai": "^2.2.0", "eslint": ">=1.6.0", "istanbul": "^0.3.17", "mocha": "^2.2.1" }, "directories": { "test": "tests" }, "dist": { "shasum": "c1e076097d913cbdfd58f1d14f49205d8a33a735", "tarball": "http://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-0.8.1.tgz" }, "gitHead": "1ddc61c642980c12ec6e4a9a649bc7869419234a", "homepage": "https://github.com/benmosher/eslint-plugin-import", "keywords": [ "es6", "eslint", "eslintplugin", "export", "import", "jsnext", "modules" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "benmosher", "email": "me@benmosher.com" } ], "name": "eslint-plugin-import", "optionalDependencies": {}, "peerDependencies": { "eslint": ">=0.16.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/benmosher/eslint-plugin-import.git" }, "scripts": { "compile": "babel -d lib/ src/", "cover": "eslint ./src && istanbul cover --dir reports/coverage _mocha tests/src/ -- --recursive --reporter dot --compilers js:babel/register", "prepublish": "npm run compile", "pretest": "eslint ./src && npm run compile && babel -d tests/lib/ tests/src/", "test": "mocha --recursive --reporter dot tests/lib/", "watch": "babel -d lib/ src/ --watch & mocha --recursive --reporter dot --compilers js:babel/register --watch tests/src/" }, "version": "0.8.1" }