{
  "_from": "nice-try@^1.0.4",
  "_id": "nice-try@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-2NpiFHqC87y/zFke0fC0spBXL3bBsoh/p5H1EFhshxjCR5+0g2d6BiXbUFz9v1sAcxsk2htp2eQnNIci2dIYcA==",
  "_location": "/nice-try",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nice-try@^1.0.4",
    "name": "nice-try",
    "escapedName": "nice-try",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/imagemin-pngquant/cross-spawn",
    "/pngquant-bin/execa/cross-spawn"
  ],
  "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz",
  "_shasum": "d93962f6c52f2c1558c0fbda6d512819f1efe1c4",
  "_spec": "nice-try@^1.0.4",
  "_where": "C:\\xampp\\htdocs\\laravelSites\\sadLaravel\\node_modules\\imagemin-pngquant\\node_modules\\cross-spawn",
  "authors": [
    "Tobias Reich <tobias@electerious.com>"
  ],
  "bugs": {
    "url": "https://github.com/electerious/nice-try/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Tries to execute a function and discards any error that occurs",
  "devDependencies": {
    "chai": "^4.1.1",
    "coveralls": "^2.13.1",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/electerious/nice-try",
  "keywords": [
    "try",
    "catch",
    "error"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "nice-try",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electerious/nice-try.git"
  },
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "prepublish": "npm test",
    "test": "nyc node_modules/mocha/bin/_mocha"
  },
  "version": "1.0.4"
}
