source: trip-planner-front/node_modules/webpack-sources/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "webpack-sources@1.4.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "webpack-sources@1.4.3",
10 "_id": "webpack-sources@1.4.3",
11 "_inBundle": false,
12 "_integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
13 "_location": "/webpack-sources",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "webpack-sources@1.4.3",
19 "name": "webpack-sources",
20 "escapedName": "webpack-sources",
21 "rawSpec": "1.4.3",
22 "saveSpec": null,
23 "fetchSpec": "1.4.3"
24 },
25 "_requiredBy": [
26 "/license-webpack-plugin",
27 "/webpack-subresource-integrity"
28 ],
29 "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
30 "_spec": "1.4.3",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Tobias Koppers @sokra"
34 },
35 "bugs": {
36 "url": "https://github.com/webpack/webpack-sources/issues"
37 },
38 "dependencies": {
39 "source-list-map": "^2.0.0",
40 "source-map": "~0.6.1"
41 },
42 "description": "Source code handling classes for webpack",
43 "devDependencies": {
44 "beautify-lint": "^1.0.3",
45 "codecov.io": "^0.1.6",
46 "coveralls": "^2.11.6",
47 "eslint": "^4.18.2",
48 "eslint-plugin-nodeca": "^1.0.3",
49 "istanbul": "^0.4.1",
50 "js-beautify": "^1.5.10",
51 "mocha": "^3.4.2",
52 "should": "^11.2.1",
53 "sourcemap-validator": "^1.1.0"
54 },
55 "files": [
56 "lib/"
57 ],
58 "homepage": "https://github.com/webpack/webpack-sources#readme",
59 "keywords": [
60 "webpack",
61 "source-map"
62 ],
63 "license": "MIT",
64 "main": "./lib/index.js",
65 "name": "webpack-sources",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/webpack/webpack-sources.git"
69 },
70 "scripts": {
71 "beautify": "beautify-rewrite lib/**.js test/**.js",
72 "beautify-lint": "beautify-lint lib/**.js test/**.js",
73 "cover": "istanbul cover node_modules/mocha/bin/_mocha",
74 "lint": "eslint lib test",
75 "precover": "npm run lint && npm run beautify-lint",
76 "pretest": "npm run lint && npm run beautify-lint",
77 "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
78 "test": "mocha --full-trace --check-leaks",
79 "travis": "npm run cover -- --report lcovonly"
80 },
81 "version": "1.4.3"
82}
Note: See TracBrowser for help on using the repository browser.