• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "npm-pick-manifest@3.0.2",
3  "_id": "npm-pick-manifest@3.0.2",
4  "_inBundle": false,
5  "_integrity": "sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==",
6  "_location": "/npm-pick-manifest",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "npm-pick-manifest@3.0.2",
12    "name": "npm-pick-manifest",
13    "escapedName": "npm-pick-manifest",
14    "rawSpec": "3.0.2",
15    "saveSpec": null,
16    "fetchSpec": "3.0.2"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/pacote"
22  ],
23  "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz",
24  "_shasum": "f4d9e5fd4be2153e5f4e5f9b7be8dc419a99abb7",
25  "_spec": "npm-pick-manifest@3.0.2",
26  "_where": "/Users/claudiahdz/npm/cli",
27  "author": {
28    "name": "Kat Marchán",
29    "email": "kzm@sykosomatic.org"
30  },
31  "bugs": {
32    "url": "https://github.com/npm/npm-pick-manifest/issues"
33  },
34  "bundleDependencies": false,
35  "config": {
36    "nyc": {
37      "exclude": [
38        "node_modules/**",
39        "test/**"
40      ]
41    }
42  },
43  "dependencies": {
44    "figgy-pudding": "^3.5.1",
45    "npm-package-arg": "^6.0.0",
46    "semver": "^5.4.1"
47  },
48  "deprecated": false,
49  "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
50  "devDependencies": {
51    "nyc": "^13.1.0",
52    "standard": "^10.0.3",
53    "standard-version": "^4.4.0",
54    "tap": "^12.0.1",
55    "weallbehave": "^1.2.0",
56    "weallcontribute": "^1.0.8"
57  },
58  "files": [
59    "*.js"
60  ],
61  "homepage": "https://github.com/npm/npm-pick-manifest#readme",
62  "keywords": [
63    "npm",
64    "semver",
65    "package manager"
66  ],
67  "license": "ISC",
68  "main": "index.js",
69  "name": "npm-pick-manifest",
70  "repository": {
71    "type": "git",
72    "url": "git+https://github.com/npm/npm-pick-manifest.git"
73  },
74  "scripts": {
75    "postrelease": "npm publish && git push --follow-tags",
76    "prerelease": "npm t",
77    "pretest": "standard",
78    "release": "standard-version -s",
79    "test": "tap -J --100 --coverage test/*.js",
80    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
81    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
82  },
83  "version": "3.0.2"
84}
85