UNPKG

canonical

Version:

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

104 lines (103 loc) 2.96 kB
{ "_args": [ [ "is-proto-prop@^1.0.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-no-use-extend-native" ] ], "_from": "is-proto-prop@>=1.0.0 <2.0.0", "_id": "is-proto-prop@1.0.0", "_inCache": true, "_installable": true, "_location": "/is-proto-prop", "_nodeVersion": "5.0.0", "_npmUser": { "email": "DustinSpecker@DustinSpecker.com", "name": "dustinspecker" }, "_npmVersion": "3.3.6", "_phantomChildren": {}, "_requested": { "name": "is-proto-prop", "raw": "is-proto-prop@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/eslint-plugin-no-use-extend-native" ], "_resolved": "https://registry.npmjs.org/is-proto-prop/-/is-proto-prop-1.0.0.tgz", "_shasum": "b3951f95c089924fb5d4fcda6542ab3e83e2b220", "_shrinkwrap": null, "_spec": "is-proto-prop@^1.0.0", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-no-use-extend-native", "author": { "email": "DustinSpecker@DustinSpecker.com", "name": "Dustin Specker", "url": "github.com/dustinspecker" }, "bugs": { "url": "https://github.com/dustinspecker/is-proto-prop/issues" }, "dependencies": { "lowercase-keys": "^1.0.0", "proto-props": "^0.2.0" }, "description": "Does a JS type's prototype have a property", "devDependencies": { "babel-core": "^6.0.12", "babel-eslint": "^4.1.3", "babel-preset-es2015": "^6.0.12", "chai": "^3.0.0", "coveralls": "^2.11.2", "del": "^2.0.0", "eslint-config-dustinspecker": "^0.1.0", "eslint-path-formatter": "^0.1.1", "eslint-plugin-no-use-extend-native": "^0.1.4", "gulp": "^3.9.0", "gulp-alex": "^1.0.0", "gulp-babel": "^6.0.0", "gulp-eslint": "^1.0.0", "gulp-if": "^2.0.0", "gulp-istanbul": "^0.10.0", "gulp-jscs": "^3.0.0", "gulp-jshint": "^1.11.0", "gulp-mocha": "^2.1.0", "gulp-plumber": "^1.0.1" }, "directories": {}, "dist": { "shasum": "b3951f95c089924fb5d4fcda6542ab3e83e2b220", "tarball": "http://registry.npmjs.org/is-proto-prop/-/is-proto-prop-1.0.0.tgz" }, "gitHead": "63fb128333f6f37ed824d2845e5a2438ab8c5dd0", "homepage": "https://github.com/dustinspecker/is-proto-prop#readme", "keywords": [ "js", "javascript", "proto", "properties" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "email": "DustinSpecker@DustinSpecker.com", "name": "dustinspecker" } ], "name": "is-proto-prop", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/dustinspecker/is-proto-prop.git" }, "scripts": { "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "gulp test" }, "version": "1.0.0" }