{
  "_args": [
    [
      "rfc6902@2.2.2",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "rfc6902@2.2.2",
  "_id": "rfc6902@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-/5JHC6Kr7EJnivq9M5O3WGnHBs5yCBJeQHB75IsBPPHDyaiuf0jsaQ4g0ehd5N+xPddPKGJH7rzp2AbaQdve3w==",
  "_location": "/rfc6902",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rfc6902@2.2.2",
    "name": "rfc6902",
    "escapedName": "rfc6902",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/rfc6902-ordered"
  ],
  "_resolved": "https://registry.npmjs.org/rfc6902/-/rfc6902-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Christopher Brown",
    "email": "io@henrian.com",
    "url": "http://henrian.com"
  },
  "bugs": {
    "url": "https://github.com/chbrown/rfc6902/issues"
  },
  "description": "Complete implementation of RFC6902 (patch and diff)",
  "devDependencies": {
    "@types/js-yaml": "^3.9.1",
    "@types/mocha": "^2.2.43",
    "@types/node": "^8.0.33",
    "coveralls": "^2.13.3",
    "istanbul": "0.4.5",
    "js-yaml": "3.10.0",
    "mocha": "^3.5.3",
    "mocha-lcov-reporter": "1.3.0",
    "rollup": "^0.50.0",
    "typescript": "^2.5.3"
  },
  "homepage": "https://github.com/chbrown/rfc6902",
  "keywords": [
    "json",
    "patch",
    "diff",
    "rfc6902"
  ],
  "license": "MIT",
  "name": "rfc6902",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chbrown/rfc6902.git"
  },
  "scripts": {
    "clean": "tsc -m commonjs -d --listEmittedFiles | sed 's/^TSFILE: //' | xargs rm -v",
    "dist": "tsc -t ES2015 -m es2015 && rollup index.js --output.format umd --name rfc6902 --output.file dist/rfc6902.js && closure-compiler dist/rfc6902.js > dist/rfc6902.min.js",
    "posttest": "coveralls < coverage/lcov.info || true",
    "prepublish": "tsc -t ES5 -m commonjs -d",
    "pretest": "tsc -p tests -t ES5 -m commonjs",
    "test": "istanbul cover _mocha -- tests/ -R spec"
  },
  "version": "2.2.2"
}
