UNPKG

1.47 kBJSONView Raw
1{
2 "_args": [
3 [
4 "npmlog@4.1.0",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "npmlog@4.1.0",
9 "_id": "npmlog@4.1.0",
10 "_inBundle": false,
11 "_integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==",
12 "_location": "/npmlog",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "npmlog@4.1.0",
18 "name": "npmlog",
19 "escapedName": "npmlog",
20 "rawSpec": "4.1.0",
21 "saveSpec": null,
22 "fetchSpec": "4.1.0"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz",
26 "_spec": "4.1.0",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Isaac Z. Schlueter",
30 "email": "i@izs.me",
31 "url": "http://blog.izs.me/"
32 },
33 "bugs": {
34 "url": "https://github.com/npm/npmlog/issues"
35 },
36 "dependencies": {
37 "are-we-there-yet": "~1.1.2",
38 "console-control-strings": "~1.1.0",
39 "gauge": "~2.7.3",
40 "set-blocking": "~2.0.0"
41 },
42 "description": "logger for npm",
43 "devDependencies": {
44 "standard": "~7.1.2",
45 "tap": "~5.7.3"
46 },
47 "files": [
48 "log.js"
49 ],
50 "homepage": "https://github.com/npm/npmlog#readme",
51 "license": "ISC",
52 "main": "log.js",
53 "name": "npmlog",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/npm/npmlog.git"
57 },
58 "scripts": {
59 "test": "standard && tap test/*.js"
60 },
61 "version": "4.1.0"
62}