summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/package.json
blob: 3e0f48be2c3197bff1bc561c3e61854f3c4e7fba (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
74
75
76
77
78
79
80
81
82
83
84
85
{
  "_from": "npm-registry-client@8.6.0",
  "_id": "npm-registry-client@8.6.0",
  "_inBundle": false,
  "_integrity": "sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg==",
  "_location": "/npm-registry-client",
  "_phantomChildren": {
    "safe-buffer": "5.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-registry-client@8.6.0",
    "name": "npm-registry-client",
    "escapedName": "npm-registry-client",
    "rawSpec": "8.6.0",
    "saveSpec": null,
    "fetchSpec": "8.6.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.6.0.tgz",
  "_shasum": "7f1529f91450732e89f8518e0f21459deea3e4c4",
  "_spec": "npm-registry-client@8.6.0",
  "_where": "/Users/zkat/Documents/code/work/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-registry-client/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "concat-stream": "^1.5.2",
    "graceful-fs": "^4.1.6",
    "normalize-package-data": "~1.0.1 || ^2.0.0",
    "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "npmlog": "2 || ^3.1.0 || ^4.0.0",
    "once": "^1.3.3",
    "request": "^2.74.0",
    "retry": "^0.10.0",
    "safe-buffer": "^5.1.1",
    "semver": "2 >=2.2.1 || 3.x || 4 || 5",
    "slide": "^1.1.3",
    "ssri": "^5.2.4"
  },
  "deprecated": false,
  "description": "Client for the npm registry",
  "devDependencies": {
    "negotiator": "^0.6.1",
    "nock": "^9.0.9",
    "readable-stream": "^2.1.5",
    "require-inject": "^1.4.0",
    "rimraf": "^2.5.4",
    "standard": "^11.0.0",
    "standard-version": "^4.3.0",
    "tap": "^12.0.1"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "homepage": "https://github.com/npm/npm-registry-client#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "npm-registry-client",
  "optionalDependencies": {
    "npmlog": "2 || ^3.1.0 || ^4.0.0"
  },
  "repository": {
    "url": "git+https://github.com/npm/npm-registry-client.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --nyc-arg=--all --coverage test/*.js"
  },
  "version": "8.6.0"
}