{
  "_from": "fast-json-patch@^2.0.6",
  "_id": "fast-json-patch@2.0.6",
  "_inBundle": false,
  "_integrity": "sha1-hv/4+GYjkaqBlyKGTWMuYD5u5gU=",
  "_location": "/fast-json-patch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-json-patch@^2.0.6",
    "name": "fast-json-patch",
    "escapedName": "fast-json-patch",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/ajv-merge-patch"
  ],
  "_resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.0.6.tgz",
  "_shasum": "86fff8f8662391aa819722864d632e603e6ee605",
  "_spec": "fast-json-patch@^2.0.6",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/ajv-merge-patch",
  "author": {
    "name": "Joachim Wester",
    "email": "joachimwester@me.com",
    "url": "http://www.starcounter.com/"
  },
  "bugs": {
    "url": "https://github.com/Starcounter-Jack/JSON-Patch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deep-equal": "^1.0.1"
  },
  "deprecated": false,
  "description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
  "devDependencies": {
    "babili-webpack-plugin": "^0.1.1",
    "benchmark": "^2.1.2",
    "chalk": "^1.1.3",
    "jasmine": "^2.5.1",
    "jsdom": "^9.5.0",
    "jsonfile": "^2.3.1",
    "typescript": "~2.0.0",
    "underscore": "^1.8.3",
    "webpack": "^2.6.1"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
  "keywords": [
    "json",
    "patch",
    "http",
    "rest"
  ],
  "license": "MIT",
  "main": "lib/duplex.js",
  "name": "fast-json-patch",
  "repository": {
    "type": "git",
    "url": "git://github.com/Starcounter-Jack/JSON-Patch.git"
  },
  "scripts": {
    "bench": "npm run bench-core && npm run bench-duplex",
    "bench-core": "node test/spec/coreBenchmark.js",
    "bench-duplex": "node test/spec/coreBenchmark.js DUPLEX=yes && node test/spec/duplexBenchmark.js",
    "build": "tsc && webpack",
    "test": "npm run tsc && npm run test-core && npm run test-duplex",
    "test-core": "jasmine  DUPLEX=no JASMINE_CONFIG_PATH=test/jasmine.json test/spec/jsonPatchTestsSpec.js test/spec/coreSpec.js test/spec/validateSpec.js",
    "test-duplex": "jasmine DUPLEX=yes JASMINE_CONFIG_PATH=test/jasmine.json",
    "tsc": "tsc",
    "tsc-watch": "tsc -w",
    "version": "tsc && webpack && git add -A"
  },
  "typings": "lib/duplex.d.ts",
  "version": "2.0.6"
}
