Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pnpm

Fast, disk space efficient package manager
Collective - Host: opensource - https://opencollective.com/pnpm - Website: https://pnpm.io/ - Code: https://github.com/pnpm

chore(package): update istanbul to version 0.4.5

https://greenkeeper.io/

github.com/pnpm/supi - a4a49de16101e48ac54c1903baef134a8602c60f authored over 8 years ago by greenkeeperio-bot <[email protected]>
chore(package): update tar-fs to version 1.13.2

https://greenkeeper.io/

github.com/pnpm/supi - 2a025a7b7ae9cfbda8fe1b9a705f6944d93d345d authored over 8 years ago by greenkeeperio-bot <[email protected]>
refactor: use global npm in shrinkwrap test

Remove the npm devDependency and use the global instance of npm
in the shrinkwrap test.

github.com/pnpm/supi - 31346e6c4a88c9a035eb269cc81d185fd2d0e202 authored over 8 years ago by Zoltan Kochan <[email protected]>
style: use more ES6 syntax

Use lebab to transpile ES5 code to ES6.
Use eslint to fix styling issues afterwards.
Run all js ...

github.com/pnpm/supi - 9bc97e76d4e902c93612b2144e4ef0fb7fe42c3a authored over 8 years ago by Zoltan Kochan <[email protected]>
chore: release v0.26.1

github.com/pnpm/supi - fd52719b050d86ea1b71dddf98c17c762be2c294 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #312 from rstacruz/link-bundled-deps-bug

bin files are used once they were created

github.com/pnpm/supi - 44aa7eefc722a5eaf9581ef93ee614ccbc402d1d authored over 8 years ago by Zoltan Kochan <[email protected]>
fix(install): bin files are used once they were created

link_bins was not returning a Promise. As a consequence the
linking step was being completed too...

github.com/pnpm/supi - 84d9aa508dcd40d1a396402f68e55c29cb72a8d8 authored over 8 years ago by Zoltan Kochan <[email protected]>
fix(publish): recursively rename node_modules

node_modules should be renamed to cached_node_modules
even in subdirectories because npm won't p...

github.com/pnpm/supi - 52d3c218e38c4edf24c590d317f10fbad28015e4 authored over 8 years ago by Zoltan Kochan <[email protected]>
feat: all dependencies are bundled

Bundled dependencies are published together with the
package. This boosts the package installati...

github.com/pnpm/supi - 8e41abc4f494579aea3d32c3873adc99fde26642 authored over 8 years ago by Zoltan Kochan <[email protected]>
chore(git): create .gitattributes

Create .gitattributes file to normalize
line endings to LF.

github.com/pnpm/supi - f92119d27e1b6f1cc711a273434e2cbf09fde545 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #27 from Kosta-Github/win-git-bash

allow installing on a `windows` system when running in a `git bash`

github.com/pnpm/tabtab - 9cf129571a279078d76705e8eacae77412916f7f authored over 8 years ago by Mickael Daniel <[email protected]>
docs(HISTORY.md): delete HISTORY.md

All records from HISTORY.md moved to GitHub release notes.
All future changes will be logged the...

github.com/pnpm/supi - 40346bc86a2495d3127da9ba965ba5acb02e9593 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #307 from rstacruz/selfinstall

Use pnpm for installing its own dependencies

github.com/pnpm/supi - c490f1ad000f00fdb9ec3b2e89a120e6ec600248 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
chore(travis,appveyor): use pnpm for installation

github.com/pnpm/supi - 82f9f56aad62907120b8c9e32216a728c5e451d8 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #306 from rstacruz/contributing

Add CONTRIBUTING.md

github.com/pnpm/supi - 2f4f0fbcb5948bb7f35de6ec3227dc8d395043ef authored over 8 years ago by Rico Sta. Cruz <[email protected]>
docs(CONTRIBUTING): add CONTRIBUTING.md

github.com/pnpm/supi - 37442f85e6b8b7c78a11f8bf74d8cca8097f2e1e authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #289 from rstacruz/greenkeeper-npm-3.10.6

Update npm to version 3.10.6 πŸš€

github.com/pnpm/supi - c0a4c1a2acac83e0df7ff7c674624a729f95931f authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Merge pull request #295 from rstacruz/greenkeeper-eslint-3.3.1

Update eslint to version 3.3.1 πŸš€

github.com/pnpm/supi - 8e3e2623db5e8256fb9971121aa1e9ae3fe59de4 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Merge pull request #303 from rstacruz/greenkeeper-tar-fs-1.13.1

Update tar-fs to version 1.13.1 πŸš€

github.com/pnpm/supi - ca6e2b8ce8dc35bdd4725d3ca79cbf25782ff7bb authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Merge pull request #304 from rstacruz/cz

Use commitizen for consistent commit messages

github.com/pnpm/supi - 3bad5258a3ead390f1dde5bacc78b0c2ef317799 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
0.26.0

github.com/pnpm/supi - 2f457813188ed28e99b57ecf8c8087dca8d20655 authored over 8 years ago by Zoltan Kochan <[email protected]>
docs(shared-store): suggest to use the store-path config key

npm has a dash convention not an underscore convention, so better to use store-path instead of s...

github.com/pnpm/supi - 11c8cd04c2400f00d035164affbe3d6fbb1552a1 authored over 8 years ago by Zoltan Kochan <[email protected]>
chore(package.json): use commitizen

Use commitizen to have consistent commit messages.

github.com/pnpm/supi - 59e55ada6cd601bd3b033bb9a9ccdc2604e10314 authored over 8 years ago by Zoltan Kochan <[email protected]>
Implement pnpm link (#302)

close #235

github.com/pnpm/supi - 83b1e6a34b4e602c3ed576ee8150d6df7fd80570 authored over 8 years ago by Zoltan Kochan <[email protected]>
chore(package): update tar-fs to version 1.13.1

https://greenkeeper.io/

github.com/pnpm/supi - 451af7f0fc298831b3b09ee3eaf0e608458a93b8 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Update shared-store.md

github.com/pnpm/supi - 3518299bdcdc61abad0d0b428495cf317b2d50a5 authored over 8 years ago by Zoltan Kochan <[email protected]>
Document the possibility to use a shared store

close #1

github.com/pnpm/supi - 0a0b0b8011d3aa6f45528fc34bc46553e7f72226 authored over 8 years ago by Zoltan Kochan <[email protected]>
Add additional features to the roadmap

link, unlink, prune, update

github.com/pnpm/supi - 5c82717bcd07e649a02ee8a2550f0ca632aea0bc authored over 8 years ago by Zoltan Kochan <[email protected]>
npm can also install local tarballs (#287)

github.com/pnpm/supi - 6554fb2e31cdc0e5e95164f4c5e92964ab6c312a authored over 8 years ago by Bert Belder <[email protected]>
Release v0.25.0

github.com/pnpm/supi - bae55c009ee20389d45a84d4d01f9773532b096f authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Add logs to .gitignore

github.com/pnpm/supi - 497014e312d28d360b847f9d90f682c3f4c425f6 authored over 8 years ago by Zoltan Kochan <[email protected]>
Fix uninstall API function, test the API

github.com/pnpm/supi - 9950c02ca47aed811dcc34e379f09ea966e3bc97 authored over 8 years ago by Zoltan Kochan <[email protected]>
Fix reference to API.md

github.com/pnpm/supi - 060cf77fb37d21c62980f123ee5d4d215a29df05 authored over 8 years ago by Zoltan Kochan <[email protected]>
make sure example is working

github.com/pnpm/node-fetch - e574b497d59a26c1b5d7f0fdefdfc2fe373a9b70 authored over 8 years ago by David Frank <[email protected]>
Add a public API

No breaking changes. An additional function exposed for package dependencies installation.

clos...

github.com/pnpm/supi - 46bcdac831903b365c98f5311aac9955e3c59c0e authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #148 from jimmywarting/patch-2

update readme with binary file/buffer examples

github.com/pnpm/node-fetch - 8fc30a8d8c3c3d4faeecbc919bfc38660e3bf674 authored over 8 years ago by David Frank <[email protected]>
added 2 binary exemple

Got to many "how do i handle binary/images" issues

github.com/pnpm/node-fetch - d8c696973633a870f0aae0f7dc288cca967091db authored over 8 years ago by Jimmy Karl Roland WΓ€rting <[email protected]>
chore(package): update eslint to version 3.3.1

https://greenkeeper.io/

github.com/pnpm/supi - 09bf3861e72e77dce048f30eb0f415d6c8c9af01 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Refactor bin/ to use Node 4 syntax

github.com/pnpm/supi - ccec8cc82843558b32ddb9360a8ed6060ed8116f authored over 8 years ago by Zoltan Kochan <[email protected]>
Refactor the bin file

Make it easier to override more npm commands

github.com/pnpm/supi - 44bf5eb045d89b20ba28e6648e91a371ecf9cf10 authored over 8 years ago by Zoltan Kochan <[email protected]>
Support global install (#288)

close #283

github.com/pnpm/supi - a45a3fbdd9bdef694421c347ec5ce207fbc07a0e authored over 8 years ago by Zoltan Kochan <[email protected]>
Use cross-spawn instead of child_process in all places

cross-spawn has better Windows support

github.com/pnpm/supi - aea94fdde03ea5e92025df86301d518470583e9a authored over 8 years ago by Zoltan Kochan <[email protected]>
chore(package): update npm to version 3.10.6

https://greenkeeper.io/

github.com/pnpm/supi - 8eafe031c6171e6ed4d1a1b215953db828fa6883 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #286 from rstacruz/more-tests

More tests, dropping support for NodeJS < 4

github.com/pnpm/supi - e6a233676be31f8ed1d537a19d65793e2352c294 authored over 8 years ago by Zoltan Kochan <[email protected]>
Remove unnecessary polyfills

Promises and Object.assign are available in Node >= 4, so there is no need to have the bluebird ...

github.com/pnpm/supi - b38b65db49d4246e10353a92172eb903791413fd authored over 8 years ago by Zoltan Kochan <[email protected]>
Make the locking tests more reliable, cover the CLI with tests

github.com/pnpm/supi - 5a9e972ed61132447c83c4585221a8c23fdbca67 authored over 8 years ago by Zoltan Kochan <[email protected]>
Drop support for Node < 4

github.com/pnpm/supi - cd682be26b7a8e707f2ca98717d500b25f15020c authored over 8 years ago by Zoltan Kochan <[email protected]>
Test executables

Test if executables in .bin workd correctly. Refactor tests that are using local packages.

github.com/pnpm/supi - b9b1f0fa52cfcf4c7817c446effbf8ad545126ab authored over 8 years ago by Zoltan Kochan <[email protected]>
Read package.json before updating (#284)

* Read package.json before updating

Using the cached version of package.json can cause ovewri...

github.com/pnpm/supi - a9afddacfd78926abb92116a977d43f8993d0d6e authored over 8 years ago by Zoltan Kochan <[email protected]>
Covering preserved symlinks with tests

Test only on NodeJS >= 6.3.0

Fix preserved symlinkg on Windows

github.com/pnpm/supi - 5e34ee61e58d37c49723f8daf6966a04e100e993 authored over 8 years ago by Zoltan Kochan <[email protected]>
Don't use arrow functions in bin file

The bin file is not transpiled by babel

github.com/pnpm/supi - 74db89a7d847a3a864aebf5b8fec8976a4d43508 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #268 from rstacruz/issue144

Uninstall support

github.com/pnpm/supi - 434bab699fb229caf857f3b48fa6d2d5f77daeb6 authored over 8 years ago by Zoltan Kochan <[email protected]>
Lock store when running commands

close #82

github.com/pnpm/supi - 0c247a1f4cc1959fe370109f488bb552c50ade20 authored over 8 years ago by Zoltan Kochan <[email protected]>
Remove bin files when uninstalling package

github.com/pnpm/supi - 8675c7f64142b34ec7be14de9c173f7dd96754a4 authored over 8 years ago by Zoltan Kochan <[email protected]>
Reimplement bin/pnpm to .js

close #23

github.com/pnpm/supi - ded4146cd67b7b1b888040e4a6c83d979ff7c783 authored over 8 years ago by Zoltan Kochan <[email protected]>
Update HISTORY.md

Mention the possibility of specifying a global store.

github.com/pnpm/supi - 6e896d62e4fef376bcc58b31b649ec0a5200e871 authored over 8 years ago by Zoltan Kochan <[email protected]>
Use cmd-shim to shim executables on Windows

github.com/pnpm/supi - 86054af367da9ac14577465bf8e1c7f8c7872082 authored over 8 years ago by Zoltan Kochan <[email protected]>
Document the structure of `store.json`

github.com/pnpm/supi - c11b34990b002671d17f603a8c101a32bf49269d authored over 8 years ago by Zoltan Kochan <[email protected]>
Change opts.store_path to opts.storePath

github.com/pnpm/supi - 2910b6746c706f27b1f772301d798f0e33ff5bf3 authored over 8 years ago by Zoltan Kochan <[email protected]>
Uninstall support

close #144

github.com/pnpm/supi - 0b1264a372a735e84e929110794945190121ffb3 authored over 8 years ago by Zoltan Kochan <[email protected]>
Add the possibility to use a global store

Start the store-path field value with ~/ in order to make the store in the HOME directory

close...

github.com/pnpm/supi - 36d62770e5080b180f2c59c69ff75a0c20325e6d authored over 8 years ago by Zoltan Kochan <[email protected]>
Assign dependents/dependencies to ctx before uninstall

github.com/pnpm/supi - ce8ef2c9a85fb30f32c033cd8c90e57e1fb6ebb0 authored over 8 years ago by Zoltan Kochan <[email protected]>
Fix pnpm -v command

github.com/pnpm/supi - 7f3380314dfb2e9df4b16bfed1d1d106bf141f99 authored over 8 years ago by Zoltan Kochan <[email protected]>
Fix default options overriding passed in ones

github.com/pnpm/supi - 70434c5c7256be4ac992606bcd725d647287bbf3 authored over 8 years ago by Zoltan Kochan <[email protected]>
Revert "Use cmd-shim to shim executables on Windows"

This reverts commit 1504d9c394849f3eb0256f703ba9fb392530c7a6.

github.com/pnpm/supi - 5c2b31017d53f2fa8f829dea8c6a2436f8fd4ad1 authored over 8 years ago by Zoltan Kochan <[email protected]>
Add test for installing from github

github.com/pnpm/supi - f5d740fcaf203394f7dfa62e135136a45c320aed authored over 8 years ago by Zoltan Kochan <[email protected]>
Fix postinstall script execution, cover with unit test

github.com/pnpm/supi - a750d3f78f549c6b349b7283c847f8b752896a6e authored over 8 years ago by Zoltan Kochan <[email protected]>
Add coverage info

github.com/pnpm/supi - 37a91b8aa02f260982c34bf67feb8bac6ae00d21 authored over 8 years ago by Zoltan Kochan <[email protected]>
Add packages used for testing to the `test/` folder

github.com/pnpm/supi - 21fc05273ce7ff232756e845a1e4f4a9e85cf1ba authored over 8 years ago by Zoltan Kochan <[email protected]>
Update HISTORY.md

github.com/pnpm/supi - a742caff2e2bbb9de418375211a5adc1da9de3c5 authored over 8 years ago by Zoltan Kochan <[email protected]>
chore(package): update registry-auth-token to version 3.0.1

https://greenkeeper.io/

github.com/pnpm/supi - 5e43673a4e0f4756b137818a9eb5e98a8c76f5d2 authored over 8 years ago by greenkeeperio-bot <[email protected]>
add support for registry-auth-token (#278)

resolves #270 #277

github.com/pnpm/supi - 1aedec2d537fb3671792a9ae555fa1493dec2c87 authored over 8 years ago by Lukas Eipert <[email protected]>
Merge pull request #279 from rstacruz/store-path-fix

Fix store-path property usage from the configs

github.com/pnpm/supi - a858f61d9ed67c5736e8d8baf07c31862709d0f6 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Fix store-path property usage from the configs

During implementation of #166 `camelcase-keys` was used to convert configs to camelcase function...

github.com/pnpm/supi - 12e87455fc41e0f8fa74db8995d5c5d712dab22b authored over 8 years ago by Zoltan Kochan <[email protected]>
Test README with mos

github.com/pnpm/cmd-shim - 59dc4cef41d8100e0d67c621a04632f0528e6037 authored over 8 years ago by Zoltan Kochan <[email protected]>
Rename the package

Move it to @zkochan scope

github.com/pnpm/cmd-shim - 16e6394e629048a1079e064585e12b1b8cd29411 authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #141 from bitinn/august-bugfix

August bugfix, see commit for details

github.com/pnpm/node-fetch - ed9a72d84eab5f091353c1e652a992eab065f7be authored over 8 years ago by David Frank <[email protected]>
changelog and documentation update

github.com/pnpm/node-fetch - 8cce714b487d74fc10cb0efaa3d08020bbd0f0c6 authored over 8 years ago by David Frank <[email protected]>
handle raw deflate response from old servers

github.com/pnpm/node-fetch - d24ec6f7c4e3b15d9a7a1c2115595a8b1aebee67 authored over 8 years ago by David Frank <[email protected]>
mark non-spec api

github.com/pnpm/node-fetch - c82e4dad13927667e89d95d6cc5e4dbe97b2ed74 authored over 8 years ago by David Frank <[email protected]>
skip content encoding detection for non-html/xml/plain text response

github.com/pnpm/node-fetch - 028b8f0e4bb2f2f799c959d9b9b67c10903b81b6 authored over 8 years ago by David Frank <[email protected]>
add a much-requested buffer() method for convenience

github.com/pnpm/node-fetch - 49363411f8d4955185c39c3569df9067a6eb79a2 authored over 8 years ago by David Frank <[email protected]>
support buffer for request body

github.com/pnpm/node-fetch - 140ae57f77c809d5c18fa9226353efdd549d341e authored over 8 years ago by David Frank <[email protected]>
HEAD request does not need to process body with decompression

github.com/pnpm/node-fetch - 3c054426997b1b0661366e3f389edd936edb0093 authored over 8 years ago by David Frank <[email protected]>
Remove testing on NodeJS v0.8 as it always fails

github.com/pnpm/cmd-shim - aaf1d49f23c1ea07470c3228bc60b5b54503912f authored over 8 years ago by Zoltan Kochan <[email protected]>
Accept default args

github.com/pnpm/cmd-shim - ebfd467262cacb29710b8870c5eac10480c1d39f authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #275 from rstacruz/greenkeeper-docpress-0.6.13

Update docpress to version 0.6.13 πŸš€

github.com/pnpm/supi - 09acd65709855f0b80e8573bf8a651eebd40ee5e authored over 8 years ago by Rico Sta. Cruz <[email protected]>
chore(package): update docpress to version 0.6.13

https://greenkeeper.io/

github.com/pnpm/supi - 7c97abdc38aa390da5b5fc625edebcf2b5aa4c0c authored over 8 years ago by greenkeeperio-bot <[email protected]>
Added travis support for node 4 semvar

This makes more sense, as it tests against the latest version of node 4

github.com/pnpm/supi - b33b2f133f492acb7eddfbd40ba6fda95b6b57a9 authored over 8 years ago by Amila Welihinda <[email protected]>
Fix tests for Node>=v6.3.0

On the newest Node versions executables are proxied instead of symlinked.

github.com/pnpm/supi - a457b15472f296c60ce4d4059b5508863aef367d authored over 8 years ago by Zoltan Kochan <[email protected]>
Use junctions on Windows (#269)

close #6

github.com/pnpm/supi - eedcc846e28e633510be342e8598531312dc6345 authored over 8 years ago by Zoltan Kochan <[email protected]>
Update HISTORY.md

github.com/pnpm/supi - c15b935ea1665877a37df789c4c6f407fa54f703 authored over 8 years ago by Zoltan Kochan <[email protected]>
Update HISTORY.md

github.com/pnpm/supi - 7b5a6c41623c6166fab7132e24d768c0d1aaa5e6 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Update HISTORY.md

github.com/pnpm/supi - dbca9ea15663b22cac0d6660cf6c6b9a8d069285 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Merge pull request #259 from rstacruz/issue258

Add Windows CI via AppVeyor, use npmrc settings, run script via npm cli

github.com/pnpm/supi - d31b80d838cd969821d13ab27c882bec945ca878 authored over 8 years ago by Rico Sta. Cruz <[email protected]>
Respect configuration settings from .npmrc

close #166

github.com/pnpm/supi - 18dc3b5cfb226960c6507387c9dd4678e0ce1987 authored over 8 years ago by Zoltan Kochan <[email protected]>
Run install scripts via npm

npm is setting a bunch of environment variables that might be used by the installed packages. Th...

github.com/pnpm/supi - 6a0f680fb9d91859fb600fc850f9595b96c2934b authored over 8 years ago by Zoltan Kochan <[email protected]>
Add Windows CI via AppVeyor

close #258

github.com/pnpm/supi - d09d106af42b5e4445e3c4a7939d241d60b5603b authored over 8 years ago by Zoltan Kochan <[email protected]>
Merge pull request #264 from rstacruz/greenkeeper-byline-5.0.0

Update byline to version 5.0.0 πŸš€

github.com/pnpm/supi - 3bcbd54ed3c935b602a32218c704d84517b688ad authored over 8 years ago by Rico Sta. Cruz <[email protected]>