Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-install-checks « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4f5406c6bf1397d27de042dbd889155cf30b009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_from": "npm-install-checks@^4.0.0",
  "_id": "npm-install-checks@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
  "_location": "/npm-install-checks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npm-install-checks@^4.0.0",
    "name": "npm-install-checks",
    "escapedName": "npm-install-checks",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/npm-pick-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
  "_shasum": "a37facc763a2fde0497ef2c6d0ac7c3fbe00d7b4",
  "_spec": "npm-install-checks@^4.0.0",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/npm-pick-manifest",
  "bugs": {
    "url": "https://github.com/npm/npm-install-checks/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "semver": "^7.1.1"
  },
  "deprecated": false,
  "description": "Check the engines and platform fields in package.json",
  "devDependencies": {
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/npm-install-checks#readme",
  "keywords": [
    "npm,",
    "install"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "npm-install-checks",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/npm-install-checks.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap"
  },
  "version": "4.0.0"
}