Changeset 79a0317 for imaps-frontend/node_modules/lodash-es
- 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/lodash-es/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "lodash-es", 3 "version": "4.17.21", 2 "_from": "lodash-es@4.17.21", 3 "_id": "lodash-es@4.17.21", 4 "_inBundle": false, 5 "_integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", 6 "_location": "/lodash-es", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "lodash-es@4.17.21", 12 "name": "lodash-es", 13 "escapedName": "lodash-es", 14 "rawSpec": "4.17.21", 15 "saveSpec": null, 16 "fetchSpec": "4.17.21" 17 }, 18 "_requiredBy": [ 19 "/react-tiles-dnd" 20 ], 21 "_resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", 22 "_shasum": "43e626c46e6591b7750beb2b50117390c609e3ee", 23 "_spec": "lodash-es@4.17.21", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-tiles-dnd", 25 "author": { 26 "name": "John-David Dalton", 27 "email": "john.david.dalton@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/lodash/lodash-cli/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "John-David Dalton", 36 "email": "john.david.dalton@gmail.com" 37 }, 38 { 39 "name": "Mathias Bynens", 40 "email": "mathias@qiwi.be" 41 } 42 ], 43 "deprecated": false, 4 44 "description": "Lodash exported as ES modules.", 5 "keywords": "es6, modules, stdlib, util",6 45 "homepage": "https://lodash.com/custom-builds", 7 "bugs": "https://github.com/lodash/lodash-cli/issues", 8 "repository": "lodash/lodash", 46 "jsnext:main": "lodash.js", 47 "keywords": [ 48 "es6", 49 "modules", 50 "stdlib", 51 "util" 52 ], 9 53 "license": "MIT", 10 "type": "module",11 "jsnext:main": "lodash.js",12 54 "main": "lodash.js", 13 55 "module": "lodash.js", 56 "name": "lodash-es", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/lodash/lodash.git" 60 }, 61 "scripts": { 62 "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" 63 }, 14 64 "sideEffects": false, 15 "author": "John-David Dalton <john.david.dalton@gmail.com>", 16 "contributors": [ 17 "John-David Dalton <john.david.dalton@gmail.com>", 18 "Mathias Bynens <mathias@qiwi.be>" 19 ], 20 "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } 65 "type": "module", 66 "version": "4.17.21" 21 67 }
Note:
See TracChangeset
for help on using the changeset viewer.