source: trip-planner-front/node_modules/webpack-sources/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "name": "webpack-sources",
3 "version": "1.4.3",
4 "description": "Source code handling classes for webpack",
5 "main": "./lib/index.js",
6 "scripts": {
7 "pretest": "npm run lint && npm run beautify-lint",
8 "test": "mocha --full-trace --check-leaks",
9 "travis": "npm run cover -- --report lcovonly",
10 "lint": "eslint lib test",
11 "beautify-lint": "beautify-lint lib/**.js test/**.js",
12 "beautify": "beautify-rewrite lib/**.js test/**.js",
13 "precover": "npm run lint && npm run beautify-lint",
14 "cover": "istanbul cover node_modules/mocha/bin/_mocha",
15 "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish"
16 },
17 "dependencies": {
18 "source-list-map": "^2.0.0",
19 "source-map": "~0.6.1"
20 },
21 "devDependencies": {
22 "beautify-lint": "^1.0.3",
23 "codecov.io": "^0.1.6",
24 "coveralls": "^2.11.6",
25 "eslint": "^4.18.2",
26 "eslint-plugin-nodeca": "^1.0.3",
27 "istanbul": "^0.4.1",
28 "js-beautify": "^1.5.10",
29 "mocha": "^3.4.2",
30 "should": "^11.2.1",
31 "sourcemap-validator": "^1.1.0"
32 },
33 "files": [
34 "lib/"
35 ],
36 "repository": {
37 "type": "git",
38 "url": "git+https://github.com/webpack/webpack-sources.git"
39 },
40 "keywords": [
41 "webpack",
42 "source-map"
43 ],
44 "author": "Tobias Koppers @sokra",
45 "license": "MIT",
46 "bugs": {
47 "url": "https://github.com/webpack/webpack-sources/issues"
48 },
49 "homepage": "https://github.com/webpack/webpack-sources#readme"
50}
Note: See TracBrowser for help on using the repository browser.