Sha256: fd49c1464a520a165a49a8e5b7de8a2837731b2248ea891c53d2cff3b919b31a

Contents?: true

Size: 1.74 KB

Versions: 478

Compression:

Stored size: 1.74 KB

Contents

{
  "name": "xecmascript",
  "version": "0.0.0",
  "description": "Exercism exercises in ECMAScript 6.",
  "author": "Katrina Owen",
  "private": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/exercism/xecmascript"
  },
  "devDependencies": {
    "babel-jest": "^19.0.0",
    "babel-preset-env": "^1.3.3",
    "eslint": "^3.19.0",
    "jest": "^19.0.2"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "package.json"
    ]
  },
  "babel": {
    "presets": [
      "env"
    ]
  },
  "scripts": {
    "test": "jest --no-cache ./*",
    "watch": "jest --no-cache --watch ./*",
    "lint": "eslint *.js; exit 0;",
    "lint-test": "eslint *.js && jest --no-cache ./* "
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 6,
      "sourceType": "module"
    },
    "rules": {
      "comma-dangle": [
        2,
        "never"
      ],
      "no-cond-assign": [
        2,
        "always"
      ],
      "no-console": 2,
      "no-constant-condition": 2,
      "no-control-regex": 2,
      "no-debugger": 2,
      "no-dupe-args": 2,
      "no-dupe-keys": 2,
      "no-duplicate-case": 2,
      "no-empty-character-class": 2,
      "no-empty": 2,
      "no-ex-assign": 2,
      "no-extra-boolean-cast": 2,
      "no-extra-parens": 2,
      "no-extra-semi": 2,
      "no-func-assign": 2,
      "no-inner-declarations": [
        2,
        "both"
      ],
      "no-invalid-regexp": 2,
      "no-irregular-whitespace": 2,
      "no-negated-in-lhs": 2,
      "no-obj-calls": 2,
      "no-regex-spaces": 2,
      "no-sparse-arrays": 2,
      "no-unexpected-multiline": 2,
      "no-unreachable": 2,
      "use-isnan": 2,
      "valid-jsdoc": 2,
      "valid-typeof": 2
    }
  },
  "licenses": [
    "MIT"
  ],
  "dependencies": {}
}

Version data entries

478 entries across 16 versions & 1 rubygems

Version Path
trackler-2.1.0.23 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.22 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.21 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.20 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.19 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.18 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.17 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.16 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.15 tracks/ecmascript/exercises/connect/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/difference-of-squares/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/clock/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/circular-buffer/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/custom-set/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/diamond/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/crypto-square/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/etl/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/binary/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/binary-search-tree/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/binary-search/package.json
trackler-2.1.0.11 tracks/ecmascript/exercises/bob/package.json