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

package.json « name-from-folder « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34a000bf3b1f8811a7ec810d9e32b0cd05375cdc (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": "@npmcli/name-from-folder@^1.0.1",
  "_id": "@npmcli/name-from-folder@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==",
  "_location": "/@npmcli/name-from-folder",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@npmcli/name-from-folder@^1.0.1",
    "name": "@npmcli/name-from-folder",
    "escapedName": "@npmcli%2fname-from-folder",
    "scope": "@npmcli",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@npmcli/arborist",
    "/@npmcli/map-workspaces"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
  "_shasum": "77ecd0a4fcb772ba6fe927e2e2e155fbec2e6b1a",
  "_spec": "@npmcli/name-from-folder@^1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/name-from-folder/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get the package name from a folder path",
  "devDependencies": {
    "tap": "^14.10.7"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/name-from-folder#readme",
  "license": "ISC",
  "name": "@npmcli/name-from-folder",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/name-from-folder.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}