Changeset 59329aa for trip-planner-front/node_modules/onetime
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/onetime/package.json
rceaed42 r59329aa 1 1 { 2 "name": "onetime", 3 "version": "5.1.2", 4 "description": "Ensure a function is only called once", 5 "license": "MIT", 6 "repository": "sindresorhus/onetime", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=6" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "once", 25 "function", 26 "one", 27 "onetime", 28 "func", 29 "fn", 30 "single", 31 "call", 32 "called", 33 "prevent" 34 ], 35 "dependencies": { 36 "mimic-fn": "^2.1.0" 37 }, 38 "devDependencies": { 39 "ava": "^1.4.1", 40 "tsd": "^0.7.1", 41 "xo": "^0.24.0" 42 } 2 "_args": [ 3 [ 4 "onetime@5.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "onetime@5.1.2", 10 "_id": "onetime@5.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 13 "_location": "/onetime", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "onetime@5.1.2", 19 "name": "onetime", 20 "escapedName": "onetime", 21 "rawSpec": "5.1.2", 22 "saveSpec": null, 23 "fetchSpec": "5.1.2" 24 }, 25 "_requiredBy": [ 26 "/restore-cursor" 27 ], 28 "_resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 29 "_spec": "5.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/onetime/issues" 38 }, 39 "dependencies": { 40 "mimic-fn": "^2.1.0" 41 }, 42 "description": "Ensure a function is only called once", 43 "devDependencies": { 44 "ava": "^1.4.1", 45 "tsd": "^0.7.1", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js", 53 "index.d.ts" 54 ], 55 "funding": "https://github.com/sponsors/sindresorhus", 56 "homepage": "https://github.com/sindresorhus/onetime#readme", 57 "keywords": [ 58 "once", 59 "function", 60 "one", 61 "onetime", 62 "func", 63 "fn", 64 "single", 65 "call", 66 "called", 67 "prevent" 68 ], 69 "license": "MIT", 70 "name": "onetime", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/sindresorhus/onetime.git" 74 }, 75 "scripts": { 76 "test": "xo && ava && tsd" 77 }, 78 "version": "5.1.2" 43 79 }
Note:
See TracChangeset
for help on using the changeset viewer.