Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1014 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "npm-pick-manifest",
|
---|
3 | "version": "6.1.1",
|
---|
4 | "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
|
---|
5 | "main": "index.js",
|
---|
6 | "files": [
|
---|
7 | "*.js"
|
---|
8 | ],
|
---|
9 | "scripts": {
|
---|
10 | "coverage": "tap",
|
---|
11 | "lint": "standard",
|
---|
12 | "test": "tap",
|
---|
13 | "posttest": "npm run lint",
|
---|
14 | "preversion": "npm test",
|
---|
15 | "postversion": "npm publish",
|
---|
16 | "prepublishOnly": "git push origin --follow-tags"
|
---|
17 | },
|
---|
18 | "repository": "https://github.com/npm/npm-pick-manifest",
|
---|
19 | "keywords": [
|
---|
20 | "npm",
|
---|
21 | "semver",
|
---|
22 | "package manager"
|
---|
23 | ],
|
---|
24 | "author": {
|
---|
25 | "name": "Kat Marchán",
|
---|
26 | "email": "kzm@sykosomatic.org",
|
---|
27 | "twitter": "maybekatz"
|
---|
28 | },
|
---|
29 | "license": "ISC",
|
---|
30 | "dependencies": {
|
---|
31 | "npm-install-checks": "^4.0.0",
|
---|
32 | "npm-normalize-package-bin": "^1.0.1",
|
---|
33 | "npm-package-arg": "^8.1.2",
|
---|
34 | "semver": "^7.3.4"
|
---|
35 | },
|
---|
36 | "devDependencies": {
|
---|
37 | "standard": "^14.3.1",
|
---|
38 | "tap": "^14.11.0"
|
---|
39 | },
|
---|
40 | "tap": {
|
---|
41 | "check-coverage": true
|
---|
42 | }
|
---|
43 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.