source: trip-planner-front/node_modules/loader-runner/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "loader-runner@4.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "loader-runner@4.2.0",
10 "_id": "loader-runner@4.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==",
13 "_location": "/loader-runner",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "loader-runner@4.2.0",
19 "name": "loader-runner",
20 "escapedName": "loader-runner",
21 "rawSpec": "4.2.0",
22 "saveSpec": null,
23 "fetchSpec": "4.2.0"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
28 "_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
29 "_spec": "4.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Tobias Koppers @sokra"
33 },
34 "bugs": {
35 "url": "https://github.com/webpack/loader-runner/issues"
36 },
37 "description": "Runs (webpack) loaders",
38 "devDependencies": {
39 "eslint": "^3.12.2",
40 "eslint-plugin-node": "^3.0.5",
41 "eslint-plugin-nodeca": "^1.0.3",
42 "istanbul": "^0.4.1",
43 "mocha": "^3.2.0",
44 "should": "^8.0.2"
45 },
46 "engines": {
47 "node": ">=6.11.5"
48 },
49 "files": [
50 "lib/",
51 "bin/",
52 "hot/",
53 "web_modules/",
54 "schemas/"
55 ],
56 "homepage": "https://github.com/webpack/loader-runner#readme",
57 "keywords": [
58 "webpack",
59 "loader"
60 ],
61 "license": "MIT",
62 "main": "lib/LoaderRunner.js",
63 "name": "loader-runner",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/webpack/loader-runner.git"
67 },
68 "scripts": {
69 "cover": "istanbul cover node_modules/mocha/bin/_mocha",
70 "lint": "eslint lib test",
71 "precover": "npm run lint",
72 "pretest": "npm run lint",
73 "test": "mocha --reporter spec"
74 },
75 "version": "4.2.0"
76}
Note: See TracBrowser for help on using the repository browser.