source: imaps-frontend/node_modules/deep-is/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "deep-is@^0.1.3",
3 "_id": "deep-is@0.1.4",
4 "_inBundle": false,
5 "_integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
6 "_location": "/deep-is",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "deep-is@^0.1.3",
12 "name": "deep-is",
13 "escapedName": "deep-is",
14 "rawSpec": "^0.1.3",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.3"
17 },
18 "_requiredBy": [
19 "/optionator"
20 ],
21 "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
22 "_shasum": "a6f2dce612fadd2ef1f519b73551f17e85199831",
23 "_spec": "deep-is@^0.1.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/optionator",
25 "author": {
26 "name": "Thorsten Lorenz",
27 "email": "thlorenz@gmx.de",
28 "url": "http://thlorenz.com"
29 },
30 "bugs": {
31 "url": "https://github.com/thlorenz/deep-is/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
36 "devDependencies": {
37 "tape": "~1.0.2"
38 },
39 "directories": {
40 "lib": ".",
41 "example": "example",
42 "test": "test"
43 },
44 "homepage": "https://github.com/thlorenz/deep-is#readme",
45 "keywords": [
46 "equality",
47 "equal",
48 "compare"
49 ],
50 "license": "MIT",
51 "main": "index.js",
52 "name": "deep-is",
53 "repository": {
54 "type": "git",
55 "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
56 },
57 "scripts": {
58 "test": "tape test/*.js"
59 },
60 "testling": {
61 "files": "test/*.js",
62 "browsers": {
63 "ie": [
64 6,
65 7,
66 8,
67 9
68 ],
69 "ff": [
70 3.5,
71 10,
72 15
73 ],
74 "chrome": [
75 10,
76 22
77 ],
78 "safari": [
79 5.1
80 ],
81 "opera": [
82 12
83 ]
84 }
85 },
86 "version": "0.1.4"
87}
Note: See TracBrowser for help on using the repository browser.