summaryrefslogtreecommitdiff
path: root/tests/registry/npm/fast-deep-equal/registry.json
blob: 3e0305d43c3c567b012cd0c9c312a8672d2178b4 (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
{
  "name": "fast-deep-equal",
  "description": "Fast deep equal",
  "dist-tags": {
    "latest": "3.1.3"
  },
  "versions": {
    "3.1.3": {
      "name": "fast-deep-equal",
      "version": "3.1.3",
      "description": "Fast deep equal",
      "main": "index.js",
      "scripts": {
        "eslint": "eslint *.js benchmark/*.js spec/*.js",
        "build": "node build",
        "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
        "test-spec": "mocha spec/*.spec.js -R spec",
        "test-cov": "nyc npm run test-spec",
        "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts",
        "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
        "prepublish": "npm run build"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
      },
      "author": {
        "name": "Evgeny Poberezkin"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
      },
      "devDependencies": {
        "coveralls": "^3.1.0",
        "dot": "^1.1.2",
        "eslint": "^7.2.0",
        "mocha": "^7.2.0",
        "nyc": "^15.1.0",
        "pre-commit": "^1.2.2",
        "react": "^16.12.0",
        "react-test-renderer": "^16.12.0",
        "sinon": "^9.0.2",
        "typescript": "^3.9.5"
      },
      "nyc": {
        "exclude": [
          "**/spec/**",
          "node_modules"
        ],
        "reporter": [
          "lcov",
          "text-summary"
        ]
      },
      "types": "index.d.ts",
      "gitHead": "d807ffc5013e710deb1c63d463a03f729bcd144d",
      "_id": "fast-deep-equal@3.1.3",
      "_nodeVersion": "14.0.0",
      "_npmVersion": "6.14.4",
      "dist": {
        "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
        "shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
        "tarball": "http://localhost:4260/fast-deep-equal/fast-deep-equal-3.1.3.tgz",
        "fileCount": 11,
        "unpackedSize": 12966
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  },
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}