source: trip-planner-front/node_modules/which-module/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "which-module@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "which-module@2.0.0",
10 "_id": "which-module@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
13 "_location": "/which-module",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "which-module@2.0.0",
19 "name": "which-module",
20 "escapedName": "which-module",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/yargs"
27 ],
28 "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
29 "_spec": "2.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "nexdrew"
33 },
34 "bugs": {
35 "url": "https://github.com/nexdrew/which-module/issues"
36 },
37 "description": "Find the module object for something that was require()d",
38 "devDependencies": {
39 "ava": "^0.19.1",
40 "coveralls": "^2.13.1",
41 "nyc": "^10.3.0",
42 "standard": "^10.0.2",
43 "standard-version": "^4.0.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/nexdrew/which-module#readme",
49 "keywords": [
50 "which",
51 "module",
52 "exports",
53 "filename",
54 "require",
55 "reverse",
56 "lookup"
57 ],
58 "license": "ISC",
59 "main": "index.js",
60 "name": "which-module",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/nexdrew/which-module.git"
64 },
65 "scripts": {
66 "coverage": "nyc report --reporter=text-lcov | coveralls",
67 "pretest": "standard",
68 "release": "standard-version",
69 "test": "nyc ava"
70 },
71 "version": "2.0.0"
72}
Note: See TracBrowser for help on using the repository browser.