|
1 | 1 | {
|
2 |
| - "name": "webpack-sha-hash", |
3 |
| - "version": "1.0.1", |
4 |
| - "description": "Plugin to replace a standard webpack chunkhash with SHA", |
5 |
| - "author": { |
6 |
| - "name": "Sebastien Dubois", |
7 |
| - "email": "seb@dsebastien.net", |
8 |
| - "url": "https://www.dsebastien.net/" |
9 |
| - }, |
10 |
| - "contributors": [], |
11 |
| - "homepage": "https://npmjs.com/package/webpack-sha-hash", |
12 |
| - "private": false, |
13 |
| - "license": "MIT", |
14 |
| - "bugs": "https://github.com/dsebastien/webpack-sha-hash/issues", |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "git@github.com:dsebastien/webpack-sha-hash.git" |
18 |
| - }, |
19 |
| - "keywords": [ |
20 |
| - "webpack", |
21 |
| - "plugin", |
22 |
| - "hash", |
23 |
| - "sha", |
24 |
| - "sha1", |
25 |
| - "sha256", |
26 |
| - "sha512" |
27 |
| - ], |
28 |
| - "dependencies": { |
29 |
| - "sha.js": "2.4.5" |
30 |
| - }, |
31 |
| - "devDependencies": { |
32 |
| - "argparse": "1.0.x", |
33 |
| - "jasmine-node": "1.14.x", |
34 |
| - "jshint": "2.9.x", |
35 |
| - "jscs": "2.9.x", |
36 |
| - "rimraf": "2.5.x", |
37 |
| - "webpack": "1.12.x", |
38 |
| - "babel-cli": "6.5.x", |
39 |
| - "babel-plugin-transform-es2015-modules-commonjs": "6.5.x", |
40 |
| - "babel-preset-es2015": "6.5.x" |
41 |
| - }, |
42 |
| - "main": "dist/index.js", |
43 |
| - "files": [ |
44 |
| - "dist" |
45 |
| - ], |
46 |
| - "directories": { |
47 |
| - "lib": "./dist" |
48 |
| - }, |
49 |
| - "engines": { |
50 |
| - "node": ">=4.3.0", |
51 |
| - "npm": ">=3.7.3" |
52 |
| - }, |
53 |
| - "scripts": { |
54 |
| - "clean": "rimraf dist .tmp", |
55 |
| - "check-style": "jscs .", |
56 |
| - "check-quality": "jshint", |
57 |
| - "lint": "npm run check-style && npm run check-quality", |
58 |
| - "pretest": "npm run build", |
59 |
| - "test": "jasmine-node --captureExceptions spec", |
60 |
| - "prebuild": "npm run clean", |
61 |
| - "build": "babel src -d dist", |
62 |
| - "compile": "npm run build", |
63 |
| - "start": "npm run build", |
64 |
| - "setup": "npm install --no-optional", |
65 |
| - "prepublish": "npm run test && npm run lint" |
66 |
| - } |
| 2 | + "name": "webpack-sha-hash", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "Plugin to replace a standard webpack chunkhash with SHA", |
| 5 | + "author": { |
| 6 | + "name": "Sebastien Dubois", |
| 7 | + "email": "seb@dsebastien.net", |
| 8 | + "url": "https://www.dsebastien.net/" |
| 9 | + }, |
| 10 | + "contributors": [], |
| 11 | + "homepage": "https://npmjs.com/package/webpack-sha-hash", |
| 12 | + "private": false, |
| 13 | + "license": "MIT", |
| 14 | + "bugs": "https://github.com/dsebastien/webpack-sha-hash/issues", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git@github.com:dsebastien/webpack-sha-hash.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "webpack", |
| 21 | + "plugin", |
| 22 | + "hash", |
| 23 | + "sha", |
| 24 | + "sha1", |
| 25 | + "sha256", |
| 26 | + "sha512" |
| 27 | + ], |
| 28 | + "dependencies": { |
| 29 | + "sha.js": "2.4.5" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "argparse": "1.0.x", |
| 33 | + "jasmine-node": "1.14.x", |
| 34 | + "jshint": "2.9.x", |
| 35 | + "jscs": "2.9.x", |
| 36 | + "rimraf": "2.5.x", |
| 37 | + "webpack": "1.12.x", |
| 38 | + "babel-cli": "6.5.x", |
| 39 | + "babel-plugin-transform-es2015-modules-commonjs": "6.5.x", |
| 40 | + "babel-preset-es2015": "6.5.x" |
| 41 | + }, |
| 42 | + "main": "dist/index.js", |
| 43 | + "files": [ |
| 44 | + "dist" |
| 45 | + ], |
| 46 | + "directories": { |
| 47 | + "lib": "./dist" |
| 48 | + }, |
| 49 | + "engines": { |
| 50 | + "node": ">=4.3.0", |
| 51 | + "npm": ">=3.7.3" |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "clean": "rimraf dist .tmp", |
| 55 | + "check-style": "jscs .", |
| 56 | + "check-quality": "jshint", |
| 57 | + "lint": "npm run check-style && npm run check-quality", |
| 58 | + "pretest": "npm run build", |
| 59 | + "test": "jasmine-node --captureExceptions spec", |
| 60 | + "prebuild": "npm run clean", |
| 61 | + "build": "babel src -d dist", |
| 62 | + "compile": "npm run build", |
| 63 | + "start": "npm run build", |
| 64 | + "setup": "npm install --no-optional", |
| 65 | + "prepublish": "npm run test && npm run lint" |
| 66 | + } |
67 | 67 | }
|
0 commit comments