forked from enviPath/enviPy
Current Dev State
This commit is contained in:
95
static/js/ketcher2/node_modules/gulp-eslint/package.json
generated
vendored
Normal file
95
static/js/ketcher2/node_modules/gulp-eslint/package.json
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"_from": "gulp-eslint@3.0.1",
|
||||
"_id": "gulp-eslint@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-BOV+PhjGl0JnwSz2hV3HF9SjE70=",
|
||||
"_location": "/gulp-eslint",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-eslint@3.0.1",
|
||||
"name": "gulp-eslint",
|
||||
"escapedName": "gulp-eslint",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-eslint/-/gulp-eslint-3.0.1.tgz",
|
||||
"_shasum": "04e57e3e18c6974267c12cf6855dc717d4a313bd",
|
||||
"_spec": "gulp-eslint@3.0.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"author": {
|
||||
"name": "Adametry"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/adametry/gulp-eslint/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"email": "snnskwtnb@gmail.com",
|
||||
"url": "https://github.com/shinnn"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"bufferstreams": "^1.1.1",
|
||||
"eslint": "^3.0.0",
|
||||
"gulp-util": "^3.0.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A gulp plugin for processing files with ESLint",
|
||||
"devDependencies": {
|
||||
"@shinnn/eslint-config-node": "^2.0.0",
|
||||
"babel-eslint": "^6.1.0",
|
||||
"from2-string": "^1.1.0",
|
||||
"gulp": "^3.9.0",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^2.2.5",
|
||||
"should": "^9.0.2",
|
||||
"vinyl": "^1.0.0"
|
||||
},
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"util.js"
|
||||
],
|
||||
"homepage": "https://github.com/adametry/gulp-eslint#readme",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"eslint",
|
||||
"gulp",
|
||||
"errors",
|
||||
"warnings",
|
||||
"check",
|
||||
"source",
|
||||
"code",
|
||||
"formatter",
|
||||
"js",
|
||||
"javascript",
|
||||
"task",
|
||||
"lint",
|
||||
"plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "gulp-eslint",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/adametry/gulp-eslint.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha",
|
||||
"gulp": "gulp",
|
||||
"gulp-example": "gulp --gulpfile=example/config.js",
|
||||
"pretest": "gulp test",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user