source: trip-planner-front/node_modules/once/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "once@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "once@1.4.0",
10 "_id": "once@1.4.0",
11 "_inBundle": false,
12 "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
13 "_location": "/once",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "once@1.4.0",
19 "name": "once",
20 "escapedName": "once",
21 "rawSpec": "1.4.0",
22 "saveSpec": null,
23 "fetchSpec": "1.4.0"
24 },
25 "_requiredBy": [
26 "/end-of-stream",
27 "/glob",
28 "/inflight",
29 "/pump"
30 ],
31 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
32 "_spec": "1.4.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Isaac Z. Schlueter",
36 "email": "i@izs.me",
37 "url": "http://blog.izs.me/"
38 },
39 "bugs": {
40 "url": "https://github.com/isaacs/once/issues"
41 },
42 "dependencies": {
43 "wrappy": "1"
44 },
45 "description": "Run a function exactly one time",
46 "devDependencies": {
47 "tap": "^7.0.1"
48 },
49 "directories": {
50 "test": "test"
51 },
52 "files": [
53 "once.js"
54 ],
55 "homepage": "https://github.com/isaacs/once#readme",
56 "keywords": [
57 "once",
58 "function",
59 "one",
60 "single"
61 ],
62 "license": "ISC",
63 "main": "once.js",
64 "name": "once",
65 "repository": {
66 "type": "git",
67 "url": "git://github.com/isaacs/once.git"
68 },
69 "scripts": {
70 "test": "tap test/*.js"
71 },
72 "version": "1.4.0"
73}
Note: See TracBrowser for help on using the repository browser.