forked from loktar00/react-lazy-load
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
107 lines (99 loc) · 3.57 KB
/
yarn-error.log
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Arguments:
/usr/local/Cellar/node/8.8.1/bin/node /usr/local/Cellar/yarn/1.2.1/libexec/bin/yarn.js publish
PATH:
/Users/sergeylaptev/.rvm/gems/ruby-2.3.1/bin:/Users/sergeylaptev/.rvm/gems/ruby-2.3.1@global/bin:/Users/sergeylaptev/.rvm/rubies/ruby-2.3.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/sergeylaptev/.rvm/gems/ruby-2.3.1/bin:/Users/sergeylaptev/.rvm/gems/ruby-2.3.1@global/bin:/Users/sergeylaptev/.rvm/rubies/ruby-2.3.1/bin:/Users/sergeylaptev/Library/Android/sdk/tools:/Users/sergeylaptev/Library/Android/sdk/platform-tools:/Users/sergeylaptev/.rvm/bin:/Users/sergeylaptev/Library/Android/sdk/tools:/Users/sergeylaptev/Library/Android/sdk/platform-tools:/Users/sergeylaptev/.rvm/bin
Yarn version:
1.2.1
Node version:
8.8.1
Platform:
darwin x64
npm manifest:
{
"name": "react-lazy-load",
"version": "3.0.12",
"description": "Simple lazy loading component built with react",
"main": "./lib/LazyLoad.js",
"scripts": {
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack src/LazyLoad.jsx dist/LazyLoad.js --config webpack.config.development.js",
"build:umd:min": "webpack src/LazyLoad.jsx dist/LazyLoad.min.js --config webpack.config.production.js",
"clean": "rimraf lib dist",
"lint": "eslint src/LazyLoad.jsx",
"prepublish": "npm run clean && npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/loktar00/react-lazy-load.git"
},
"files": [
"dist",
"lib"
],
"keywords": [
"react",
"reactjs",
"react-component",
"load",
"lazy"
],
"author": "Jason Brown <[email protected]> (https://twitter.com/loktar00)",
"contributors": [
"Sergey Laptev <[email protected]> (https://twitter.com/iamsergeylaptev)"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.5",
"babel-jest": "^12.0.2",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.7.1",
"jest-cli": "^12.0.2",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.8",
"react-dom": "^0.14.8",
"rimraf": "^2.4.4",
"webpack": "^1.12.2"
},
"dependencies": {
"eventlistener": "0.0.1",
"lodash.debounce": "^4.0.0",
"lodash.throttle": "^4.0.0",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-dom/",
"<rootDir>/node_modules/react-addons-test-utils/"
]
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: canceled
at Interface.<anonymous> (/usr/local/Cellar/yarn/1.2.1/libexec/lib/cli.js:120971:13)
at emitNone (events.js:105:13)
at Interface.emit (events.js:207:7)
at Interface._ttyWrite (readline.js:775:16)
at ReadStream.onkeypress (readline.js:160:10)
at emitTwo (events.js:125:13)
at ReadStream.emit (events.js:213:7)
at emitKeys (internal/readline.js:420:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (readline.js:1011:36)