{
  "_from": "robots-parser@^2.1.1",
  "_id": "robots-parser@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-oO8f2SI04dJk3pbj2KOMJ4G6QfPAgqcGmrYGmansIcpRewIPT2ljWEt5I+ip6EgiyaLo+RXkkUWw74M25HDkMA==",
  "_location": "/robots-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "robots-parser@^2.1.1",
    "name": "robots-parser",
    "escapedName": "robots-parser",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/robots-parser/-/robots-parser-2.4.0.tgz",
  "_shasum": "c0e45f66108ad5950adc86b6737349189b41f864",
  "_spec": "robots-parser@^2.1.1",
  "_where": "/var/www/html/shopify_project/docker_services/processor",
  "author": {
    "name": "Sam Clarke",
    "email": "sam@samclarke.com"
  },
  "bugs": {
    "url": "https://github.com/samclarke/robots-parser/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0"
  },
  "directories": {
    "test": "tests"
  },
  "files": [
    "/Robots.js",
    "/index.js",
    "/index.d.ts"
  ],
  "homepage": "https://github.com/samclarke/robots-parser#readme",
  "keywords": [
    "robots.txt",
    "parser",
    "user-agent",
    "scraper",
    "spider",
    "bot",
    "robots-exclusion-standard"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "robots-parser",
  "prettier": {
    "tabWidth": 4,
    "useTabs": true,
    "singleQuote": true,
    "trailingComma": "none"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samclarke/robots-parser.git"
  },
  "scripts": {
    "test": "nyc --reporter=text-summary --reporter=html --reporter=lcovonly mocha"
  },
  "types": "./index.d.ts",
  "version": "2.4.0"
}
