UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

103 lines (102 loc) 3.13 kB
{ "_args": [ [ "eslint-plugin-no-use-extend-native@^0.3.4", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical" ] ], "_from": "eslint-plugin-no-use-extend-native@>=0.3.4 <0.4.0", "_id": "eslint-plugin-no-use-extend-native@0.3.4", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-no-use-extend-native", "_nodeVersion": "5.0.0", "_npmUser": { "email": "DustinSpecker@DustinSpecker.com", "name": "dustinspecker" }, "_npmVersion": "3.4.1", "_phantomChildren": {}, "_requested": { "name": "eslint-plugin-no-use-extend-native", "raw": "eslint-plugin-no-use-extend-native@^0.3.4", "rawSpec": "^0.3.4", "scope": null, "spec": ">=0.3.4 <0.4.0", "type": "range" }, "_requiredBy": [ "/eslint-config-canonical" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.3.4.tgz", "_shasum": "4a72b5d1b14c7970ab361b96a29fd1e377dcbc70", "_shrinkwrap": null, "_spec": "eslint-plugin-no-use-extend-native@^0.3.4", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical", "author": { "name": "Dustin Specker" }, "bugs": { "url": "https://github.com/dustinspecker/eslint-plugin-no-use-extend-native/issues" }, "dependencies": { "is-get-set-prop": "^1.0.0", "is-js-type": "^1.0.0", "is-proto-prop": "^1.0.0" }, "description": "ESLint plugin to prevent use of extended native objects", "devDependencies": { "babel-core": "^6.0.12", "babel-eslint": "^4.1.3", "babel-preset-es2015": "^6.0.14", "coveralls": "^2.11.2", "eslint": "^1.2.0", "eslint-config-dustinspecker": "^0.2.5", "eslint-path-formatter": "^0.1.1", "eslint-plugin-new-with-error": "^1.1.0", "gulp": "^3.9.0", "gulp-eslint": "^1.0.0", "gulp-istanbul": "^0.10.0", "gulp-jscs": "^3.0.1", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.1.0", "jshint": "^2.8.0" }, "directories": {}, "dist": { "shasum": "4a72b5d1b14c7970ab361b96a29fd1e377dcbc70", "tarball": "http://registry.npmjs.org/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.3.4.tgz" }, "files": [ "index.js", "rules" ], "gitHead": "39bb424724558a286a636b90fedb356dea1ba3b4", "homepage": "https://github.com/dustinspecker/eslint-plugin-no-use-extend-native#readme", "keywords": [ "eslint", "eslintplugin", "extend", "native", "prototype" ], "license": "MIT", "maintainers": [ { "email": "DustinSpecker@DustinSpecker.com", "name": "dustinspecker" } ], "name": "eslint-plugin-no-use-extend-native", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/dustinspecker/eslint-plugin-no-use-extend-native.git" }, "scripts": { "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "gulp test" }, "version": "0.3.4" }