source: trip-planner-front/node_modules/onetime/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
79}
Note: See TracBrowser for help on using the repository browser.