{
  "_args": [
    [
      "rfc6902-ordered@2.1.0",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "rfc6902-ordered@2.1.0",
  "_id": "rfc6902-ordered@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Gd6QYdMWFJsJlOD3NP804JJk6fk=",
  "_location": "/rfc6902-ordered",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rfc6902-ordered@2.1.0",
    "name": "rfc6902-ordered",
    "escapedName": "rfc6902-ordered",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/merge-package.json"
  ],
  "_resolved": "https://registry.npmjs.org/rfc6902-ordered/-/rfc6902-ordered-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Kelly Selden"
  },
  "bugs": {
    "url": "https://github.com/kellyselden/rfc6902-ordered/issues"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "rfc6902": "^2.2.1"
  },
  "description": "https://github.com/chbrown/rfc6902 plus object key ordering",
  "devDependencies": {
    "chai": "^4.1.2",
    "cross-env": "^5.0.5",
    "eslint": "^4.6.1",
    "eslint-config-sane": "^0.2.0",
    "eslint-plugin-mocha": "^4.11.0",
    "mocha": "^4.0.0"
  },
  "homepage": "https://github.com/kellyselden/rfc6902-ordered#readme",
  "keywords": [
    "json",
    "patch",
    "rfc6902"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "rfc6902-ordered",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kellyselden/rfc6902-ordered.git"
  },
  "scripts": {
    "lint": "eslint src test",
    "posttest": "npm run lint",
    "test": "cross-env DEBUG=rfc6902-ordered mocha"
  },
  "version": "2.1.0"
}
