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

package.json « read-cmd-shim « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60e75647ebcb8f80755444cf1f2dc0e54776c83b (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
{
  "_from": "read-cmd-shim@*",
  "_id": "read-cmd-shim@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==",
  "_location": "/read-cmd-shim",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "read-cmd-shim@*",
    "name": "read-cmd-shim",
    "escapedName": "read-cmd-shim",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz",
  "_shasum": "4a50a71d6f0965364938e9038476f7eede3928d9",
  "_spec": "read-cmd-shim@*",
  "_where": "/Users/isaacs/dev/npm/cli",
  "bugs": {
    "url": "https://github.com/npm/read-cmd-shim/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
  "devDependencies": {
    "cmd-shim": "^4.0.0",
    "rimraf": "^3.0.0",
    "tap": "^14.10.6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/read-cmd-shim#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "read-cmd-shim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-cmd-shim.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "preversion": "npm t",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "2.0.0"
}