UNPKG

4.62 kBJSONView Raw
1{
2 "name": "deep-equal-x",
3 "version": "2.1.2",
4 "description": "node's deepEqual and deepStrictEqual algorithm.",
5 "homepage": "https://github.com/Xotic750/deep-equal-x",
6 "author": "Graham Fairweather <xotic750@gmail.com>",
7 "copyright": "Copyright (c) 2015-2017",
8 "keywords": [
9 "es6",
10 "deepEqual",
11 "deepStrictEqual",
12 "library",
13 "javascript",
14 "testing",
15 "nodejs",
16 "browser",
17 "commonjs",
18 "test"
19 ],
20 "files": [
21 "dist",
22 "src"
23 ],
24 "module": "dist/deep-equal-x.esm.js",
25 "main": "dist/deep-equal-x.js",
26 "jsdelivr": "dist/deep-equal-x.min.js",
27 "scripts": {
28 "build:esm": "mkdirp dist && babel -s true --env-name esm src/deep-equal-x.js -o dist/deep-equal-x.esm.js",
29 "build:base": "webpack --bail --progress --profile --colors",
30 "build": "npm run build:esm && cross-env NODE_ENV=production npm run build:base --",
31 "build:dev": "npm run build:base --",
32 "clean": "rimraf dist && npm run clean:coverage",
33 "clean:coverage": "rimraf __tests__/coverage",
34 "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .",
35 "lint-fix": "npm run lint -- --fix",
36 "report": "npm run build -- --env.report",
37 "report:dev": "npm run build:dev -- --env.report",
38 "security": "npm audit",
39 "security-fix": "npm run security -- fix",
40 "start": "nodemon --exec \"npm run build\" --watch src",
41 "test": "npm run clean:coverage && jest",
42 "test:ci": "npm run test -- --ci --maxWorkers=2",
43 "test:ci-coveralls": "npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls",
44 "test:coverage": "npm run test -- --coverage"
45 },
46 "license": "MIT",
47 "repository": "https://github.com/Xotic750/deep-equal-x.git",
48 "bugs": {
49 "url": "https://github.com/Xotic750/deep-equal-x/issues"
50 },
51 "dependencies": {
52 "array-filter-x": "^3.1.2",
53 "array-slice-x": "^4.2.2",
54 "array-some-x": "^3.1.2",
55 "get-prototype-of-x": "^2.1.2",
56 "has-boxed-string-x": "^2.1.1",
57 "index-of-x": "^3.1.2",
58 "is-arguments": "^1.0.4",
59 "is-buffer": "^2.0.3",
60 "is-date-object": "^1.0.1",
61 "is-error-x": "^2.1.2",
62 "is-map-x": "^2.1.2",
63 "is-nil-x": "^2.1.1",
64 "is-object": "^1.0.1",
65 "is-primitive-x": "^1.0.1",
66 "is-regexp-x": "^3.1.2",
67 "is-set-x": "^2.1.2",
68 "is-string": "^1.0.4",
69 "object-keys-x": "^3.1.2",
70 "simple-methodize-x": "^1.0.4",
71 "stable": "^0.1.8",
72 "to-boolean-x": "^2.1.1",
73 "to-number-x": "^3.2.2"
74 },
75 "devDependencies": {
76 "@babel/cli": "^7.5.5",
77 "@babel/core": "^7.5.5",
78 "@babel/node": "^7.5.5",
79 "@babel/plugin-transform-property-mutators": "^7.2.0",
80 "@babel/plugin-transform-runtime": "^7.5.5",
81 "@babel/preset-env": "^7.5.5",
82 "@babel/runtime": "^7.5.5",
83 "@types/jest": "^24.0.18",
84 "@types/node": "^12.7.2",
85 "@types/webpack": "^4.39.1",
86 "@xotic750/eslint-config-recommended": "^1.1.8",
87 "babel-core": "^7.0.0-0",
88 "babel-eslint": "^10.0.3",
89 "babel-loader": "^8.0.6",
90 "babel-plugin-lodash": "^3.3.4",
91 "caniuse-lite": "^1.0.30000989",
92 "coveralls": "^3.0.6",
93 "cross-env": "^5.2.0",
94 "eslint": "^6.2.2",
95 "eslint-friendly-formatter": "^4.0.1",
96 "eslint-import-resolver-webpack": "^0.11.1",
97 "eslint-loader": "^3.0.0",
98 "eslint-plugin-babel": "^5.3.0",
99 "eslint-plugin-compat": "^3.3.0",
100 "eslint-plugin-css-modules": "^2.11.0",
101 "eslint-plugin-eslint-comments": "^3.1.2",
102 "eslint-plugin-html": "^6.0.0",
103 "eslint-plugin-import": "^2.18.2",
104 "eslint-plugin-jest": "^22.15.2",
105 "eslint-plugin-jsdoc": "^15.8.3",
106 "eslint-plugin-json": "^1.4.0",
107 "eslint-plugin-lodash": "^6.0.0",
108 "eslint-plugin-no-use-extend-native": "^0.4.1",
109 "eslint-plugin-prefer-object-spread": "^1.2.1",
110 "eslint-plugin-prettier": "^3.1.0",
111 "eslint-plugin-promise": "^4.2.1",
112 "eslint-plugin-sort-class-members": "^1.6.0",
113 "eslint-plugin-switch-case": "^1.1.2",
114 "jest": "^24.9.0",
115 "jest-cli": "^24.9.0",
116 "jest-file": "^1.0.0",
117 "lodash": "^4.17.15",
118 "lodash-webpack-plugin": "^0.11.5",
119 "mkdirp": "^0.5.1",
120 "nodemon": "^1.19.1",
121 "prettier": "^1.18.2",
122 "rimraf": "^3.0.0",
123 "source-map-loader": "^0.2.4",
124 "strip-ansi": "^5.2.0",
125 "terser-webpack-plugin": "^1.4.1",
126 "typescript": "^3.5.3",
127 "webpack": "^4.39.3",
128 "webpack-bundle-analyzer": "^3.4.1",
129 "webpack-cli": "^3.3.7",
130 "webpack-global-object-x": "^1.0.0",
131 "webpack-merge": "^4.2.2"
132 },
133 "engines": {
134 "node": ">=8.11.4",
135 "npm": "6.10.1"
136 },
137 "browserslist": [
138 "> 1%",
139 "Explorer >= 9"
140 ]
141}