{
  "_from": "fast-json-patch@^2.0.6",
  "_id": "fast-json-patch@2.0.7",
  "_inBundle": false,
  "_integrity": "sha512-DQeoEyPYxdTtfmB3yDlxkLyKTdbJ6ABfFGcMynDqjvGhPYLto/pZyb/dG2Nyd/n9CArjEWN9ZST++AFmgzgbGw==",
  "_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": [
    "/swagger-client"
  ],
  "_resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.0.7.tgz",
  "_shasum": "55864b08b1e50381d2f37fd472bb2e18fe54a733",
  "_spec": "fast-json-patch@^2.0.6",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/swagger-client",
  "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.7"
}
