{

"_from": "deep-eql@^3.0.1",
"_id": "deep-eql@3.0.1",
"_inBundle": false,
"_integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==",
"_location": "/deep-eql",
"_phantomChildren": {},
"_requested": {
  "type": "range",
  "registry": true,
  "raw": "deep-eql@^3.0.1",
  "name": "deep-eql",
  "escapedName": "deep-eql",
  "rawSpec": "^3.0.1",
  "saveSpec": null,
  "fetchSpec": "^3.0.1"
},
"_requiredBy": [
  "/chai"
],
"_resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz",
"_shasum": "dfc9404400ad1c8fe023e7da1df1c147c4b444df",
"_spec": "deep-eql@^3.0.1",
"_where": "/Users/flatironschool/Desktop/Curriculum/learn_create/lib/templates/javascript_lab_template/node_modules/chai",
"author": {
  "name": "Jake Luer",
  "email": "jake@alogicalparadox.com"
},
"bugs": {
  "url": "https://github.com/chaijs/deep-eql/issues"
},
"bundleDependencies": false,
"config": {
  "ghooks": {
    "commit-msg": "validate-commit-msg"
  }
},
"contributors": [
  {
    "name": "Keith Cirkel",
    "url": "https://github.com/keithamus"
  },
  {
    "name": "dougluce",
    "url": "https://github.com/dougluce"
  },
  {
    "name": "Lorenz Leutgeb",
    "url": "https://github.com/flowlo"
  }
],
"dependencies": {
  "type-detect": "^4.0.0"
},
"deprecated": false,
"description": "Improved deep equality testing for Node.js and the browser.",
"devDependencies": {
  "benchmark": "^2.1.0",
  "browserify": "^13.0.0",
  "browserify-istanbul": "^1.0.0",
  "component": "*",
  "coveralls": "2.11.8",
  "eslint": "^2.4.0",
  "eslint-config-strict": "^8.5.0",
  "eslint-plugin-filenames": "^0.2.0",
  "ghooks": "^1.0.1",
  "istanbul": "^0.4.2",
  "karma": "^0.13.22",
  "karma-browserify": "^5.0.2",
  "karma-coverage": "^0.5.5",
  "karma-mocha": "^0.2.2",
  "karma-phantomjs-launcher": "^1.0.0",
  "karma-sauce-launcher": "^0.3.1",
  "kewlr": "^0.3.1",
  "lcov-result-merger": "^1.0.2",
  "lodash.isequal": "^4.4.0",
  "mocha": "^3.1.2",
  "phantomjs-prebuilt": "^2.1.5",
  "semantic-release": "^4.3.5",
  "simple-assert": "^1.0.0",
  "travis-after-all": "^1.4.4",
  "validate-commit-msg": "^2.3.1",
  "watchify": "^3.7.0"
},
"engines": {
  "node": ">=0.12"
},
"eslintConfig": {
  "extends": [
    "strict/es5"
  ],
  "rules": {
    "complexity": 0,
    "spaced-comment": 0,
    "no-underscore-dangle": 0,
    "no-use-before-define": 0
  }
},
"files": [
  "index.js",
  "deep-eql.js"
],
"homepage": "https://github.com/chaijs/deep-eql#readme",
"keywords": [
  "chai util",
  "deep equal",
  "object equal",
  "testing"
],
"license": "MIT",
"main": "./index",
"name": "deep-eql",
"repository": {
  "type": "git",
  "url": "git+ssh://git@github.com/chaijs/deep-eql.git"
},
"scripts": {
  "bench": "node bench",
  "build": "browserify $npm_package_main --standalone deepEqual -o deep-eql.js",
  "lint": "eslint --ignore-path .gitignore .",
  "prepublish": "npm run build",
  "pretest": "npm run lint",
  "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  "test": "npm run test:node && npm run test:browser",
  "test:browser": "karma start --singleRun=true",
  "test:node": "istanbul cover _mocha",
  "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0",
  "watch": "karma start --auto-watch --singleRun=false"
},
"version": "3.0.1"

}