{
  "_from": "snyk-policy@1.12.0",
  "_id": "snyk-policy@1.12.0",
  "_inBundle": false,
  "_integrity": "sha512-CEioNnDzccHyid7UIVl3bJ1dnG4co4ofI+KxuC1mo0IUXy64gxnBTeVoZF5gVLWbAyxGxSeW8f0+8GmWMHVb7w==",
  "_location": "/snyk-policy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-policy@1.12.0",
    "name": "snyk-policy",
    "escapedName": "snyk-policy",
    "rawSpec": "1.12.0",
    "saveSpec": null,
    "fetchSpec": "1.12.0"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-policy/-/snyk-policy-1.12.0.tgz",
  "_shasum": "5167cbc4a28b2046b82234f866e49ee4fea1f52a",
  "_spec": "snyk-policy@1.12.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "Remy Sharp"
  },
  "bugs": {
    "url": "https://github.com/Snyk/policy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "email-validator": "^2.0.3",
    "js-yaml": "^3.5.3",
    "lodash.clonedeep": "^4.3.1",
    "semver": "^5.5.0",
    "snyk-module": "^1.8.2",
    "snyk-resolve": "^1.0.1",
    "snyk-try-require": "^1.1.1",
    "then-fs": "^2.0.0"
  },
  "deprecated": false,
  "description": "Snyk's policy parser and matching logic",
  "devDependencies": {
    "jscs": "^2.11.0",
    "proxyquire": "^1.7.4",
    "semantic-release": "^4.3.5",
    "sinon": "^1.17.3",
    "tap": "^5.7.0",
    "tap-only": "0.0.5"
  },
  "homepage": "https://github.com/Snyk/policy#readme",
  "keywords": [
    "snyk"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-policy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Snyk/policy.git"
  },
  "scripts": {
    "check-tests": "! grep 'test.only' test/**/*.test.js -n",
    "cover": "tap test/**/*.test.js --cov --coverage-report=lcov",
    "env": "node -e 'console.log(process.env, process.versions)'",
    "lint": "jscs lib/**/*.js -v",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "tap": "tap test/**/*.test.js --cov --timeout=60",
    "test": "npm run check-tests && npm run lint && npm run tap"
  },
  "version": "1.12.0"
}
