|
1 | 1 | { |
2 | | - "name": "cipher-base", |
3 | | - "version": "1.0.4", |
4 | | - "description": "abstract base class for crypto-streams", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "lint": "eslint --ext=js,.mjs .", |
8 | | - "pretest": "npm run lint", |
9 | | - "test": "npm run tests-only", |
10 | | - "tests-only": "tape 'test/**/*.js'", |
11 | | - "posttest": "npx npm@'>=10.2' audit --production" |
12 | | - }, |
13 | | - "repository": { |
14 | | - "type": "git", |
15 | | - "url": "git+https://github.com/crypto-browserify/cipher-base.git" |
16 | | - }, |
17 | | - "keywords": [ |
18 | | - "cipher", |
19 | | - "stream" |
20 | | - ], |
21 | | - "author": "Calvin Metcalf <calvin.metcalf@gmail.com>", |
22 | | - "license": "MIT", |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/crypto-browserify/cipher-base/issues" |
25 | | - }, |
26 | | - "homepage": "https://github.com/crypto-browserify/cipher-base#readme", |
27 | | - "dependencies": { |
28 | | - "inherits": "^2.0.4", |
29 | | - "safe-buffer": "^5.2.1" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@ljharb/eslint-config": "^21.1.1", |
33 | | - "eslint": "=8.8.0", |
34 | | - "tape": "^5.9.0" |
35 | | - }, |
36 | | - "engines": { |
37 | | - "node": ">= 0.10" |
38 | | - } |
| 2 | + "name": "cipher-base", |
| 3 | + "version": "1.0.4", |
| 4 | + "description": "abstract base class for crypto-streams", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "lint": "eslint --ext=js,.mjs .", |
| 8 | + "pretest": "npm run lint", |
| 9 | + "test": "npm run tests-only", |
| 10 | + "tests-only": "tape 'test/**/*.js'", |
| 11 | + "posttest": "npx npm@'>=10.2' audit --production" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/crypto-browserify/cipher-base.git" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "cipher", |
| 19 | + "stream" |
| 20 | + ], |
| 21 | + "author": "Calvin Metcalf <calvin.metcalf@gmail.com>", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/crypto-browserify/cipher-base/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/crypto-browserify/cipher-base#readme", |
| 27 | + "dependencies": { |
| 28 | + "inherits": "^2.0.4", |
| 29 | + "safe-buffer": "^5.2.1" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@ljharb/eslint-config": "^21.1.1", |
| 33 | + "eslint": "=8.8.0", |
| 34 | + "tape": "^5.9.0" |
| 35 | + }, |
| 36 | + "engines": { |
| 37 | + "node": ">= 0.10" |
| 38 | + } |
39 | 39 | } |
0 commit comments