summaryrefslogtreecommitdiff
path: root/tests/registry/npm/deep-eql/registry.json
blob: a15fd57fe8def393358c2320bb392eb132924fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "name": "deep-eql",
  "description": "Improved deep equality testing for Node.js and the browser.",
  "dist-tags": {
    "latest": "3.0.1"
  },
  "versions": {
    "3.0.1": {
      "name": "deep-eql",
      "description": "Improved deep equality testing for Node.js and the browser.",
      "license": "MIT",
      "author": {
        "name": "Jake Luer",
        "email": "jake@alogicalparadox.com"
      },
      "main": "./index",
      "files": [
        "index.js",
        "deep-eql.js"
      ],
      "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",
        "semantic-release": "semantic-release pre && npm publish && semantic-release post",
        "pretest": "npm run lint",
        "test": "npm run test:node && npm run test:browser",
        "test:node": "istanbul cover _mocha",
        "test:browser": "karma start --singleRun=true",
        "watch": "karma start --auto-watch --singleRun=false",
        "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
      },
      "config": {
        "ghooks": {
          "commit-msg": "validate-commit-msg"
        }
      },
      "eslintConfig": {
        "extends": [
          "strict/es5"
        ],
        "rules": {
          "complexity": 0,
          "spaced-comment": 0,
          "no-underscore-dangle": 0,
          "no-use-before-define": 0
        }
      },
      "dependencies": {
        "type-detect": "^4.0.0"
      },
      "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"
      },
      "version": "3.0.1",
      "gitHead": "04d6da6518f8ddc288638ca42503752028810120",
      "bugs": {
        "url": "https://github.com/chaijs/deep-eql/issues"
      },
      "_id": "deep-eql@3.0.1",
      "_npmVersion": "5.4.0",
      "_nodeVersion": "4.8.4",
      "dist": {
        "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==",
        "shasum": "dfc9404400ad1c8fe023e7da1df1c147c4b444df",
        "tarball": "http://localhost:4260/deep-eql/deep-eql-3.0.1.tgz"
      },
      "directories": {}
    }
  },
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chaijs/deep-eql.git"
  },
  "bugs": {
    "url": "https://github.com/chaijs/deep-eql/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "homepage": "https://github.com/chaijs/deep-eql#readme"
}