package.json 3.15 KB
{
  "_args": [
    [
      {
        "raw": "babel-eslint@^7.1.1",
        "scope": null,
        "escapedName": "babel-eslint",
        "name": "babel-eslint",
        "rawSpec": "^7.1.1",
        "spec": ">=7.1.1 <8.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "babel-eslint@>=7.1.1 <8.0.0",
  "_id": "babel-eslint@7.1.1",
  "_inCache": true,
  "_location": "/babel-eslint",
  "_nodeVersion": "6.9.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/babel-eslint-7.1.1.tgz_1479423577580_0.5264919744804502"
  },
  "_npmUser": {
    "name": "hzoo",
    "email": "hi@henryzoo.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "babel-eslint@^7.1.1",
    "scope": null,
    "escapedName": "babel-eslint",
    "name": "babel-eslint",
    "rawSpec": "^7.1.1",
    "spec": ">=7.1.1 <8.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.1.1.tgz",
  "_shasum": "8a6a884f085aa7060af69cfc77341c2f99370fb2",
  "_shrinkwrap": null,
  "_spec": "babel-eslint@^7.1.1",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel-eslint/issues"
  },
  "dependencies": {
    "babel-code-frame": "^6.16.0",
    "babel-traverse": "^6.15.0",
    "babel-types": "^6.15.0",
    "babylon": "^6.13.0",
    "lodash.pickby": "^4.6.0"
  },
  "description": "Custom parser for ESLint",
  "devDependencies": {
    "babel-eslint": "^7.0.0",
    "eslint": "^3.9.1",
    "eslint-config-babel": "^2.0.1",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-flowtype": "^2.4.0",
    "espree": "^3.3.1",
    "mocha": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "8a6a884f085aa7060af69cfc77341c2f99370fb2",
    "tarball": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.1.1.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "babylon-to-espree"
  ],
  "gitHead": "bc482f4479e73f4609d97dc9c7abda848d7ccc63",
  "homepage": "https://github.com/babel/babel-eslint",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "sebmck",
      "email": "sebmck@gmail.com"
    },
    {
      "name": "hzoo",
      "email": "hi@henryzoo.com"
    }
  ],
  "name": "babel-eslint",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel-eslint.git"
  },
  "scripts": {
    "bootstrap": "git submodule update --init && cd eslint && npm install",
    "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
    "eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
    "fix": "eslint index.js babylon-to-espree test --fix",
    "lint": "eslint index.js babylon-to-espree test",
    "preversion": "npm test",
    "test": "npm run lint && npm run test-only",
    "test-only": "mocha"
  },
  "version": "7.1.1"
}