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
| {
| "_args": [
| [
| "universal-deep-strict-equal@1.2.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "universal-deep-strict-equal@1.2.2",
| "_id": "universal-deep-strict-equal@1.2.2",
| "_inBundle": false,
| "_integrity": "sha1-DaSsL3PP95JMgfpN4BjKViyisKc=",
| "_location": "/universal-deep-strict-equal",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "universal-deep-strict-equal@1.2.2",
| "name": "universal-deep-strict-equal",
| "escapedName": "universal-deep-strict-equal",
| "rawSpec": "1.2.2",
| "saveSpec": null,
| "fetchSpec": "1.2.2"
| },
| "_requiredBy": [
| "/power-assert"
| ],
| "_resolved": "https://registry.npmjs.org/universal-deep-strict-equal/-/universal-deep-strict-equal-1.2.2.tgz",
| "_spec": "1.2.2",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Takuto Wada",
| "email": "takuto.wada@gmail.com",
| "url": "https://github.com/twada"
| },
| "bugs": {
| "url": "https://github.com/twada/universal-deep-strict-equal/issues"
| },
| "contributors": [
| {
| "name": "azu",
| "url": "https://github.com/azu"
| }
| ],
| "dependencies": {
| "array-filter": "^1.0.0",
| "indexof": "0.0.1",
| "object-keys": "^1.0.0"
| },
| "description": "A port of Node v6's internal _deepEqual function in a universal style",
| "devDependencies": {
| "graceful-fs": "^4.1.3",
| "mocha": "^2.4.5",
| "zuul": "^3.10.1"
| },
| "files": [
| "README.md",
| "CHANGELOG.md",
| "index.js",
| "package.json"
| ],
| "homepage": "https://github.com/twada/universal-deep-strict-equal",
| "keywords": [
| "assert",
| "assertion",
| "builtin",
| "core",
| "deep",
| "deep-equal",
| "deep-strict-equal",
| "eq",
| "equal",
| "equality",
| "same",
| "strict",
| "test",
| "testing"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "universal-deep-strict-equal",
| "repository": {
| "type": "git",
| "url": "git://github.com/twada/universal-deep-strict-equal.git"
| },
| "scripts": {
| "test": "mocha test/test-*.js",
| "test-saucelabs": "zuul -- test/test-*.js",
| "zuul-local": "zuul --local 8080 --ui mocha-bdd -- test/test-*.js"
| },
| "version": "1.2.2"
| }
|
|