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

package.json « npm-profile « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e83c1206a95c7a4f67a1bc74c9d6c52473608628 (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
63
64
65
66
67
68
69
70
71
72
73
{
  "_from": "npm-profile@latest",
  "_id": "npm-profile@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-WAkCI5yEyC7738SVX9OqSUhsDoQYEm3RsE09we8KHeaWRaEZEli80CyQl8U/J3x6QCmr7vOFur3r4BNSJgQV/g==",
  "_location": "/npm-profile",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "npm-profile@latest",
    "name": "npm-profile",
    "escapedName": "npm-profile",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-5.0.1.tgz",
  "_shasum": "379def82656ef3f4e3c11d62a190233fc90c6401",
  "_spec": "npm-profile@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-profile/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "npm-registry-fetch": "^8.0.0"
  },
  "deprecated": false,
  "description": "Library for updating an npmjs.com profile",
  "devDependencies": {
    "nock": "^12.0.1",
    "require-inject": "^1.4.4",
    "standard": "^14.3.1",
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/npm-profile#readme",
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "name": "npm-profile",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-profile.git"
  },
  "scripts": {
    "posttest": "standard index.js",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "5.0.1"
}