source: trip-planner-front/node_modules/ee-first/package.json@ 84d0fbb

Last change on this file since 84d0fbb 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 "ee-first@1.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ee-first@1.1.1",
10 "_id": "ee-first@1.1.1",
11 "_inBundle": false,
12 "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
13 "_location": "/ee-first",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ee-first@1.1.1",
19 "name": "ee-first",
20 "escapedName": "ee-first",
21 "rawSpec": "1.1.1",
22 "saveSpec": null,
23 "fetchSpec": "1.1.1"
24 },
25 "_requiredBy": [
26 "/on-finished"
27 ],
28 "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
29 "_spec": "1.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jonathan Ong",
33 "email": "me@jongleberry.com",
34 "url": "http://jongleberry.com"
35 },
36 "bugs": {
37 "url": "https://github.com/jonathanong/ee-first/issues"
38 },
39 "contributors": [
40 {
41 "name": "Douglas Christopher Wilson",
42 "email": "doug@somethingdoug.com"
43 }
44 ],
45 "description": "return the first event in a set of ee/event pairs",
46 "devDependencies": {
47 "istanbul": "0.3.9",
48 "mocha": "2.2.5"
49 },
50 "files": [
51 "index.js",
52 "LICENSE"
53 ],
54 "homepage": "https://github.com/jonathanong/ee-first#readme",
55 "license": "MIT",
56 "name": "ee-first",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/jonathanong/ee-first.git"
60 },
61 "scripts": {
62 "test": "mocha --reporter spec --bail --check-leaks test/",
63 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
64 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
65 },
66 "version": "1.1.1"
67}
Note: See TracBrowser for help on using the repository browser.