blob: 001c52b088930ebde0a80a7bbaf4d2eb869a1e6d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "npm-conf@^1.1.0",
3 "_id": "npm-conf@1.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
6 "_location": "/npm-conf",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "npm-conf@^1.1.0",
12 "name": "npm-conf",
13 "escapedName": "npm-conf",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/get-proxy"
20 ],
21 "_resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz",
22 "_shasum": "256cc47bd0e218c259c4e9550bf413bc2192aff9",
23 "_spec": "npm-conf@^1.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\get-proxy",
25 "author": {
26 "name": "Kevin Martensson",
27 "email": "kevinmartensson@gmail.com",
28 "url": "github.com/kevva"
29 },
30 "bugs": {
31 "url": "https://github.com/kevva/npm-conf/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "config-chain": "^1.1.11",
36 "pify": "^3.0.0"
37 },
38 "deprecated": false,
39 "description": "Get the npm config",
40 "devDependencies": {
41 "ava": "*",
42 "babel-generator": "^6.24.1",
43 "babel-traverse": "^6.24.1",
44 "babylon": "^6.17.1",
45 "npm": "^5.0.4",
46 "xo": "*"
47 },
48 "engines": {
49 "node": ">=4"
50 },
51 "files": [
52 "index.js",
53 "lib"
54 ],
55 "homepage": "https://github.com/kevva/npm-conf#readme",
56 "keywords": [
57 "conf",
58 "config",
59 "global",
60 "npm",
61 "path",
62 "prefix",
63 "rc"
64 ],
65 "license": "MIT",
66 "name": "npm-conf",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/kevva/npm-conf.git"
70 },
71 "scripts": {
72 "prepublish": "node lib/make.js",
73 "test": "xo && ava"
74 },
75 "version": "1.1.3",
76 "xo": {
77 "ignores": [
78 "lib/defaults.js",
79 "lib/types.js"
80 ]
81 }
82}