Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pnpm/supi
Fast, disk space efficient installation engine. Used by pnpm
https://github.com/pnpm/supi
https://greenkeeper.io/
6ac8abba8713e788722fa75007c9b4e993f8e321 authored almost 8 years agohttps://greenkeeper.io/
a9fbff9cbff9d3eef354dbcf2f7efbd9a7e97bdf authored almost 8 years ago92cf129b1998632e33b5ec89faad4e5ddda7a85c authored about 8 years ago
4ee3814fbe5e0f0e163e9650508ab6643b7ffef4 authored about 8 years ago
efd69b4e29cf4172036c677560f0ddeb7e1cf1e0 authored about 8 years ago
8cefadc9dcc1b22995d5601df4b408e53e8be7b9 authored about 8 years ago
7db7a8f9b4355ab0b89abaf2ecb0d7bc75a19dc5 authored about 8 years ago
b051a958ced642450d99dacd89444647a705ae4d authored about 8 years ago
Since v0.47.0 shared stores work fine on all versions of Node
d8684c8b5f0bf2b3e45605817aab1b352dee7deb authored about 8 years agoClose #539
3a354c54fd2bbe33c7b4d5d6829699dad3d045df authored about 8 years ago57ffc35dc23d3d02887370f89e8bee535ad5d4e4 authored about 8 years ago
Use ~/.pnpm-cache as the default cache path.
Use the Node path for hosting the global pnpm package.
To make global CLIs work without any additional configuration
cdf321d02146861a4f338a2454e74a8bfa3b9128 authored about 8 years agodd2548f18edd43b0611114c1251083ff22d7721d authored about 8 years ago
5048b7a8591c8676ff689528d78228b11c91c468 authored about 8 years ago
1e96e9cde0a8a965afb30901647137a6aa78ae22 authored about 8 years ago
The global path can't be pnpm because on Windows the pnpm sh file
is in the same folder.
The path in require should always start with a dot.
So `require('./foo')` not `require('foo')`
9cadc13836ee9676a6997285cf4981428c3a93a0 authored about 8 years ago08ef2e430ba5f24ca8a2b3deeb2d0f030780566d authored about 8 years ago
Also use `proper-lockfile` package. A similar thing which is yarn does.
ca48f5d94320866e905ec68aa8e6bf478bf4d371 authored about 8 years agod78390d1b9c418c8d2f0e8472960c1e77e647929 authored about 8 years ago
When tests run with tap-diff, ts-node errors are ignored.
d6f5c68cfd62918390d3909fd3ba326d0c3a0617 authored about 8 years ago6345c19f9503d82d1d2ff73aaad4754190f82f84 authored about 8 years ago
Previously we processed it during the resolution process but we don't need to
anymore.
cf729e1a6598d1da686b18cb14586bddb1a01a70 authored about 8 years ago
That removes pkg field from package resolution and we can simplify code which
saves resolution t...
I replaved `ResolveResult` with `Resolution` which is more detailed type, a
discriminated union....
Also make git resolver return tarball resolution for github hosted packages
24dfeaa630263b65204e99bd181461159ca15ac1 authored about 8 years agob035c1d1f9d8f2d62654539702d010cc834876ee authored about 8 years ago
https://greenkeeper.io/
d78ccce693859f43ba3b554ce23e7429f580fece authored about 8 years ago48644e9764f7fd109c1db26933f13c6b096efdc2 authored about 8 years ago
Try the GitHub API first to resolve git deps. If fails due to
API limit, fall back to `git ls-re...
b3de7d7d569b17bce0a66d682949ef0613ac0ca1 authored about 8 years ago
The commit ID has to be the last folder name of a git-hosted
dependency in the store.
This reverts commit 84878f8750c9b1adac3684a6d56db509c6ba6f73.
49932fcd7383d7da58b23998043b11b646aaf43d authored about 8 years ago61e5eb294dbfb2afc80355a25ddeae0781510905 authored about 8 years ago
Additionally, use ls-remote to resolve refs to commits, before clonings
01fdfbad2eef78e1a4c09f282473a9750147f277 authored about 8 years ago1754db90340c3edcee8c8047420836b2770d80f0 authored about 8 years ago
d2375370a1591bf0eee28dbde50df72b5ed95c61 authored about 8 years ago
48e5a1d1c9b4a47dfb7fc1e0296f1923657b8604 authored about 8 years ago
We use `fs.lstat()` so we can gather the info about the link itself then use
`fs.exists()` in ca...
Note that has-broken-symlink/has-broken.symlink.tar.gz contains a broken
link so the correspondi...
2e49815ca1d17608148f690fa9abe745655bb9f0 authored about 8 years ago
0619600501500ee1d4ef6c9d45568f072025f402 authored about 8 years ago
08adc174130eb7ede82b73be9ccc690bb9713be2 authored about 8 years ago
We fetch into a temp directory now and then fs.rename() into the target dir.
With fs.rename() be...
46c3b04ea8e282e24538b3cd3f8653b1aa8433ef authored about 8 years ago
a33870b4b968b23ab1009d4da9940f4063b47f4f authored about 8 years ago
a7d508782cc5533e82e605361f2ae89faeef6846 authored about 8 years ago
74f8525bc1cb40045c076962772a84ca3077eb98 authored about 8 years ago
Debug option was used with the debug package.
debug was substituted with bole.
To have more info...
1087d87bb8414fbf2577f032b15aa43fa5a66cbd authored about 8 years ago
2dc2711914e58661fe10451126045e80de998771 authored about 8 years ago
Reduce the number of redundant logs.
ad82df438bebd7ff3d802911dc422c0aab00d226 authored about 8 years agoeb7c57014365aac4f866f63d3a0ab5ea1e0bdf8b authored about 8 years ago
Close #538
53f94417e7cfb1bef02e301a23f424aad9d51f09 authored about 8 years agoReporter is a better name for specifying console output themes.
BREAKING CHANGE: the logger con...
b748c213db8a4285d621de728625d811847ffd28 authored about 8 years ago04c104c61402b65eeea9b233d94ddaf499ddadbd authored about 8 years ago
ce477172eab5451ab3b4f46229e19b4fe6026b2f authored about 8 years ago
1647adaabefee0c113ee7e1c3f472a35e53da955 authored about 8 years ago
53336acdae9c3905e09e25cbf86545e2eb24e5e1 authored about 8 years ago
d59afc80084c5a230d193d6f68847a4f52a37b59 authored about 8 years ago
Unfortunately sinopia is not maintained anymore.
383e772921f4426df95adff23aecc6e068892978 authored about 8 years agocab64a98ef8b975366ea25f29895c5c27b815638 authored about 8 years ago
Ref #536
84878f8750c9b1adac3684a6d56db509c6ba6f73 authored about 8 years agodca99b8817fa275bd251343dd3785524af0869bf authored about 8 years ago
924b584f6b2cb845170a8789597a2add9071361e authored about 8 years ago
aadede005a8da87ac1ef3cae20ce76cf6dc9326e authored about 8 years ago
110e4035037913cb89cbdb015b179283ed02b571 authored about 8 years ago
eb1ec303f28b79f770c83fda3fe08e7848ef06de authored about 8 years ago
node_modules structure changed
59cd8cbede82a6830bd9310d6b8648b65c47df10 authored about 8 years agoAdd uses-pkg-with-self-usage testing package and rebuild sinopia cache
f678dd55d2d92d6a7abbe5f16e23463cefac67d5 authored about 8 years ago190ac69e5412e24792b04cd6ee956cf9e9c8e893 authored about 8 years ago
https://greenkeeper.io/
81ea88c51dbf008ea382bdf88eb011637ec75a82 authored about 8 years agohttps://greenkeeper.io/
6a99b2d5d22f34ae046bd81de36a3de6c94202a0 authored about 8 years ago:arrow_up: @zkochan/[email protected]
344b0577844785690b8865f4f9b38453f829db1a authored about 8 years agoRef #531
8d228124dcad3c4863f78756e80384477d76e97b authored about 8 years ago147a68da45c711710ba9ca7298f05e7624bf2980 authored about 8 years ago
The store location for the global package is not hardcoded.
16fa79ed0740c33a2dcfb3b159ddef1893b26381 authored about 8 years ago82e4e7a1ab9df60f3cadbb7df0ed9bd0acfb6c1c authored about 8 years ago
884f1083d8bb4ccf6a5d7d99adbcdfe18a36fc18 authored about 8 years ago
f90aaed7773653c8d5ed7672c5db8423a0c4da3d authored about 8 years ago
For detecting Windows OS, use the is-windows package.
1c00eb025e96ff58a493fc8dde5f40819205df93 authored about 8 years agoWhen links are not preserved, set NODE_PATH for binstubs
Ref #527
c912ababf35315890c0b36419440ddede701438b authored about 8 years agoaf4d86b523a218228605036dcde515a62bff92bb authored about 8 years ago
preserve-symlinks is true by default on Node versions that
support it
5810c446baf5a1c31866e0711cdc65466d29ce90 authored about 8 years ago
When the testing folder is inside the project folder, the lookup
includes the node_modules folde...
PuSto (pure store)
4bf01fec55581a96fd58f9fcb9a950d06653a1c6 authored about 8 years agohttps://greenkeeper.io/
144a38860f99229497d14430df3b1cdd30b93041 authored about 8 years agohttps://greenkeeper.io/
2c62567337688eb97d71eb6189a4f426c2c418d4 authored about 8 years agohttps://greenkeeper.io/
cf034f52062323f87c53fe7f6d8761ed5096d94b authored about 8 years agohttps://greenkeeper.io/
bcd8c340a8689d6f80d0cf3454b5708ebcce43f8 authored about 8 years agohttps://greenkeeper.io/
cd23ed7a1563a77f307bd1c2deded47950230508 authored about 8 years ago* feat: drop Node.js <= 6.3 support
BREAKING CHANGE:
drop support of Node.js pre-6.3
* ...
38837b131cdc13e684b104ec02b2b059b9ce4ee8 authored about 8 years agodd1d98f96b5e90db4960c4a997cb5abf58b0ccfc authored about 8 years ago
https://greenkeeper.io/
5c833374a9aa63625bd8eab2f353d15499133500 authored about 8 years agoUse `npm-scripts-info` to document the most important scripts.
5dfa71daf7e7e686eec6a984cd71198b00528490 authored about 8 years ago4689befcc3db43376e4a597c111e7ca1b1ecdaac authored about 8 years ago
6a4085270846ae9856b69db75159ec31af894e49 authored about 8 years ago