Changeset 79a0317 for imaps-frontend/node_modules/deep-is
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/deep-is/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "deep-is", 3 "version": "0.1.4", 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, 4 35 "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN", 5 "main": "index.js", 36 "devDependencies": { 37 "tape": "~1.0.2" 38 }, 6 39 "directories": { 7 40 "lib": ".", … … 9 42 "test": "test" 10 43 }, 11 "scripts": { 12 "test": "tape test/*.js" 13 }, 14 "devDependencies": { 15 "tape": "~1.0.2" 16 }, 17 "repository": { 18 "type": "git", 19 "url": "http://github.com/thlorenz/deep-is.git" 20 }, 44 "homepage": "https://github.com/thlorenz/deep-is#readme", 21 45 "keywords": [ 22 46 "equality", … … 24 48 "compare" 25 49 ], 26 "author": { 27 "name": "Thorsten Lorenz", 28 "email": "thlorenz@gmx.de", 29 "url": "http://thlorenz.com" 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" 30 56 }, 31 "license": "MIT", 57 "scripts": { 58 "test": "tape test/*.js" 59 }, 32 60 "testling": { 33 61 "files": "test/*.js", … … 55 83 ] 56 84 } 57 } 85 }, 86 "version": "0.1.4" 58 87 }
Note:
See TracChangeset
for help on using the changeset viewer.