source: trip-planner-front/node_modules/custom-event/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 "custom-event@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "custom-event@1.0.1",
10 "_id": "custom-event@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=",
13 "_location": "/custom-event",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "custom-event@1.0.1",
19 "name": "custom-event",
20 "escapedName": "custom-event",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/dom-serialize"
27 ],
28 "_resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
29 "_spec": "1.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Nathan Rajlich",
33 "email": "nathan@tootallnate.net",
34 "url": "http://n8.io/"
35 },
36 "bugs": {
37 "url": "https://github.com/webmodules/custom-event/issues"
38 },
39 "description": "Cross-browser `CustomEvent` constructor",
40 "devDependencies": {
41 "zuul": "~1.16.3"
42 },
43 "homepage": "https://github.com/webmodules/custom-event",
44 "keywords": [
45 "dom",
46 "browser",
47 "event",
48 "custom",
49 "customevent",
50 "constructor"
51 ],
52 "license": "MIT",
53 "main": "index.js",
54 "name": "custom-event",
55 "repository": {
56 "type": "git",
57 "url": "git://github.com/webmodules/custom-event.git"
58 },
59 "scripts": {
60 "test": "make test"
61 },
62 "version": "1.0.1"
63}
Note: See TracBrowser for help on using the repository browser.