Changeset 79a0317 for imaps-frontend/node_modules/once
- 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/once/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "once", 3 "version": "1.4.0", 4 "description": "Run a function exactly one time", 5 "main": "once.js", 6 "directories": { 7 "test": "test" 2 "_from": "once@^1.3.0", 3 "_id": "once@1.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 6 "_location": "/once", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "once@^1.3.0", 12 "name": "once", 13 "escapedName": "once", 14 "rawSpec": "^1.3.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.3.0" 8 17 }, 18 "_requiredBy": [ 19 "/glob", 20 "/inflight" 21 ], 22 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 23 "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1", 24 "_spec": "once@^1.3.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob", 26 "author": { 27 "name": "Isaac Z. Schlueter", 28 "email": "i@izs.me", 29 "url": "http://blog.izs.me/" 30 }, 31 "bugs": { 32 "url": "https://github.com/isaacs/once/issues" 33 }, 34 "bundleDependencies": false, 9 35 "dependencies": { 10 36 "wrappy": "1" 11 37 }, 38 "deprecated": false, 39 "description": "Run a function exactly one time", 12 40 "devDependencies": { 13 41 "tap": "^7.0.1" 14 42 }, 15 " scripts": {16 "test": "t ap test/*.js"43 "directories": { 44 "test": "test" 17 45 }, 18 46 "files": [ 19 47 "once.js" 20 48 ], 21 "repository": { 22 "type": "git", 23 "url": "git://github.com/isaacs/once" 24 }, 49 "homepage": "https://github.com/isaacs/once#readme", 25 50 "keywords": [ 26 51 "once", … … 29 54 "single" 30 55 ], 31 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 32 "license": "ISC" 56 "license": "ISC", 57 "main": "once.js", 58 "name": "once", 59 "repository": { 60 "type": "git", 61 "url": "git://github.com/isaacs/once.git" 62 }, 63 "scripts": { 64 "test": "tap test/*.js" 65 }, 66 "version": "1.4.0" 33 67 }
Note:
See TracChangeset
for help on using the changeset viewer.