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: 2a76dc3b1632ed3fc6de1f4f4bed0ee9e0539c5c (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
{
  "name": "read-cmd-shim",
  "version": "2.0.0",
  "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
  "main": "index.js",
  "devDependencies": {
    "cmd-shim": "^4.0.0",
    "rimraf": "^3.0.0",
    "tap": "^14.10.6"
  },
  "scripts": {
    "preversion": "npm t",
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-cmd-shim.git"
  },
  "license": "ISC",
  "homepage": "https://github.com/npm/read-cmd-shim#readme",
  "files": [
    "index.js"
  ]
}