{
  "_from": "dispensary@0.21.0",
  "_id": "dispensary@0.21.0",
  "_inBundle": false,
  "_integrity": "sha512-p7qK1sLukrOGYVVcea63lN9CSiE8wO61cweOjtG6MnKoeC9uKHRIO1iJuE5izcX0BeimhkqrQwEMrFWC1yOyAw==",
  "_location": "/dispensary",
  "_phantomChildren": {
    "buffer-from": "1.1.1",
    "chalk": "2.4.1",
    "end-of-stream": "1.4.1",
    "fast-json-parse": "1.0.3",
    "fast-safe-stringify": "1.2.3",
    "flatstr": "1.0.8",
    "lodash": "4.17.10",
    "once": "1.4.0",
    "pino-std-serializers": "2.2.0",
    "quick-format-unescaped": "1.1.2",
    "split2": "2.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dispensary@0.21.0",
    "name": "dispensary",
    "escapedName": "dispensary",
    "rawSpec": "0.21.0",
    "saveSpec": null,
    "fetchSpec": "0.21.0"
  },
  "_requiredBy": [
    "/addons-linter"
  ],
  "_resolved": "https://registry.npmjs.org/dispensary/-/dispensary-0.21.0.tgz",
  "_shasum": "da8d625d722a03ced11f3e6b6aec3508d2fc8511",
  "_spec": "dispensary@0.21.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/addons-linter",
  "author": {
    "name": "Mozilla Add-ons Team"
  },
  "bin": {
    "dispensary": "bin/dispensary"
  },
  "bugs": {
    "url": "https://github.com/mozilla/dispensary/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-from": "~2.1.1",
    "async": "~2.6.0",
    "natural-compare-lite": "~1.4.0",
    "pino": "~4.17.3",
    "request": "~2.87.0",
    "semver": "~5.5.0",
    "sha.js": "~2.4.4",
    "source-map-support": "~0.5.4",
    "yargs": "~12.0.1"
  },
  "deprecated": false,
  "description": "SHA-256 Hashes of popular JS libraries, used by Mozilla's Add-ons Linter",
  "devDependencies": {
    "babel-core": "~6.26.0",
    "babel-eslint": "~8.2.2",
    "babel-loader": "~7.1.1",
    "babel-plugin-transform-array-from": "~1.0.0",
    "babel-plugin-transform-class-properties": "~6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "~6.26.0",
    "babel-preset-env": "~1.6.1",
    "babel-preset-stage-2": "~6.24.1",
    "chai": "~4.1.1",
    "coveralls": "~3.0.0",
    "eslint": "~5.0.1",
    "grunt": "~1.0.1",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-eslint": "~21.0.0",
    "grunt-gh-pages": "~2.0.0",
    "grunt-istanbul": "~0.7.2",
    "grunt-jscs": "~3.0.1",
    "grunt-mocha-test": "~0.13.2",
    "grunt-webpack": "~3.1.1",
    "isparta": "~4.1.0",
    "json-loader": "~0.5.7",
    "load-grunt-configs": "~1.0.0",
    "load-grunt-tasks": "~4.0.0",
    "mocha": "~5.2.0",
    "raw-loader": "~0.5.1",
    "sinon": "~6.0.0",
    "webpack": "~3.5.4",
    "webpack-dev-server": "~3.1.1"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "homepage": "https://github.com/mozilla/dispensary#readme",
  "license": "MPL-2.0",
  "main": "dist/dispensary.js",
  "name": "dispensary",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/dispensary.git"
  },
  "scripts": {
    "build": "node -e \"require('grunt').cli()\" null build",
    "prepublish": "npm test && npm run build",
    "start": "node -e \"require('grunt').cli()\" null start",
    "test": "LANG='en_US.UTF-8' node -e \"require('grunt').cli()\" null test",
    "update": "npm run build && ./bin/dispensary > src/hashes.txt"
  },
  "version": "0.21.0"
}
