{
  "_args": [
    [
      "valid-data-url@3.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "valid-data-url@3.0.1",
  "_id": "valid-data-url@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-jOWVmzVceKlVVdwjNSenT4PbGghU0SBIizAev8ofZVgivk/TVHXSbNL8LP6M3spZvkR9/QolkyJavGSX5Cs0UA==",
  "_location": "/valid-data-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "valid-data-url@3.0.1",
    "name": "valid-data-url",
    "escapedName": "valid-data-url",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/web-resource-inliner"
  ],
  "_resolved": "https://registry.npmjs.org/valid-data-url/-/valid-data-url-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Alexey Kucherenko",
    "url": "https://github.com/killmenot"
  },
  "bugs": {
    "url": "https://github.com/killmenot/valid-data-url/issues"
  },
  "description": "Detect if a string is a data URL",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "jshint": "^2.12.0",
    "mocha": "^8.1.3",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/killmenot/valid-data-url",
  "keywords": [
    "valid",
    "data-uri",
    "data-url",
    "data",
    "uri",
    "url",
    "datauri",
    "dataurl"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "valid-data-url",
  "nyc": {
    "all": true,
    "include": [
      "index.js"
    ],
    "exclude": [
      "test.js"
    ]
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/killmenot/valid-data-url.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html --reporter=text mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "jshint index.js test.js",
    "test": "mocha"
  },
  "version": "3.0.1"
}
