{
  "_args": [
    [
      "esniff@2.0.1",
      "/var/www/html/naka"
    ]
  ],
  "_development": true,
  "_from": "esniff@2.0.1",
  "_id": "esniff@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  "_location": "/esniff",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "esniff@2.0.1",
    "name": "esniff",
    "escapedName": "esniff",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/es5-ext"
  ],
  "_resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/esniff/issues"
  },
  "dependencies": {
    "d": "^1.0.1",
    "es5-ext": "^0.10.62",
    "event-emitter": "^0.3.5",
    "type": "^2.7.2"
  },
  "description": "Low footprint ECMAScript source code parser",
  "devDependencies": {
    "eslint": "^8.56.0",
    "eslint-config-medikoo": "^4.2.0",
    "esprima": "^4.0.1",
    "github-release-from-cc-changelog": "^2.3.0",
    "nyc": "^15.1.0",
    "prettier-elastic": "^2.7.1",
    "tad": "^3.1.1"
  },
  "engines": {
    "node": ">=0.10"
  },
  "eslintConfig": {
    "extends": "medikoo/es5",
    "root": true,
    "overrides": [
      {
        "files": [
          "index.js"
        ],
        "rules": {
          "max-depth": "off"
        }
      },
      {
        "files": [
          "index.js",
          "utils/is-variable-name.js"
        ],
        "rules": {
          "max-lines": "off"
        }
      },
      {
        "files": [
          "utils/is-variable-name.js"
        ],
        "rules": {
          "no-misleading-character-class": "off"
        }
      },
      {
        "files": [
          "test/**"
        ],
        "env": {
          "node": true
        }
      }
    ]
  },
  "eslintIgnore": [
    "/coverage",
    "/test/__playground"
  ],
  "homepage": "https://github.com/medikoo/esniff#readme",
  "keywords": [
    "sniff",
    "analyze",
    "ast",
    "parse",
    "syntax",
    "sniffer",
    "detective",
    "detect",
    "find",
    "search",
    "source",
    "code"
  ],
  "license": "ISC",
  "name": "esniff",
  "nyc": {
    "all": true,
    "exclude": [
      ".github",
      "coverage/**",
      "test/**",
      "*.config.js"
    ],
    "reporter": [
      "lcov",
      "html",
      "text-summary"
    ]
  },
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": [
          "*.md",
          "*.yml"
        ],
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medikoo/esniff.git"
  },
  "scripts": {
    "coverage": "nyc npm test",
    "lint": "eslint .",
    "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check": "prettier -c \"**/*.{css,html,js,json,md,yaml,yml}\"",
    "prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write \"**/*.{css,html,js,json,md,yaml,yml}\"",
    "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
    "test": "node ./node_modules/tad/bin/tad"
  },
  "version": "2.0.1"
}
