Ecosyste.ms: OpenCollective

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

github.com/webpack/memory-fs

[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
https://github.com/webpack/memory-fs

Merge pull request #83 from Kikobeats/patch-1

Add deprecate message

70fff592f872559146749f12d0e6e8e62510a2dc authored over 2 years ago
Add deprecate message

64dbd7428eca245d5c443ee3804e992b8ab38522 authored over 2 years ago
0.5.0

3daa18e010ac10b05a3ecaa6342406722a609109 authored over 5 years ago
Merge pull request #33 from jbms/master

fix: handle "./.." case

8a15514fc861f82da9004b78df587925efd50d31 authored over 5 years ago
Merge pull request #70 from webpack/revive

revive CI

cbf7387b98b285a871565e113da6597c59f8aee7 authored over 5 years ago
revive CI

cae39817267340cace091d2067d5742af83101a9 authored over 5 years ago
Merge branch 'master' into master

6666525bf560135635234c2e48ec3f59d8d1818b authored over 5 years ago
Merge pull request #49 from mjhenkes/fix_test_problem

Tiny fix to tests.

7ae73ebf34ae2f95266e6c3fef1f8e99f9d2308a authored over 7 years ago
Fix invalid path test to fail on the invalid path instead of undefined fs.

73fb6ec24ba9fe98c2ffd23c0ce790f20ce57e25 authored over 7 years ago
Merge pull request #40 from mc-zone/master

Prettify Error message and stack display, fix #32 .

67cec9153ec01faa9f34293d324cc8ecb1e393e5 authored over 7 years ago
linting fixes

5fcc26cef8996856773b4420ccff7cca3c8d7257 authored over 7 years ago
revert removing of strict check

4a19442c6d5f0dca81be1c518441ec314910c3ce authored over 7 years ago
fix operation on _remove

1c36bc6a025d9758fa8ba03f118d20a16b5a3f5b authored over 7 years ago
fix codacy hint

501f381cbf43ac65c139db83a0f2d4ca3ab0b1ab authored over 7 years ago
resolve conflict

e9e4cd42798d15c08eda1bd6545d30eb90a6d71a authored over 7 years ago
remove stack search

0fa243583f5627be211f2f41e906fc810bee53bf authored over 7 years ago
Merge branch 'master' into master

322c951f2f57174a5ba1c9e3f092304b0ab83645 authored over 7 years ago
Merge pull request #34 from david-mitchell/unc-fix

Normalize UNC paths correctly.

4b96090e90445cadd464a8d45cd8b28a4ae54611 authored over 7 years ago
Merge pull request #39 from eventualbuddha/allow-encoding-in-object

fix: allow encoding to come from options

17644e31613cd20482cb4620e14f8163b6973335 authored over 7 years ago
try to fix codacy hint

9f015b5443d439d6b8529082d1fa77595fe3f341 authored over 7 years ago
Fix stack message missing caused by visit and invoke stack getter before call `captureStackTrace` (found in node V6.x).

Use strict mode.

Prettify tests.

59849c5ba0ee51fd258033fbeb93a1f632deedcf authored over 7 years ago
fix codacy hint

833cf1d9a5e949c2ee90112f99b73fee156ebc60 authored over 7 years ago
Prettify Error message and stack display, fix #32 .

1. Add path and operation name into error message, make it easier to figure out.

2. Change firs...

228b515cba6238a510db1d240818db380dd68a85 authored over 7 years ago
fix: allow encoding to come from options

Per docs:
- https://nodejs.org/api/fs.html#fs_fs_writefilesync_file_data_options
- https://nodej...

5e8225481e96c4a141d6d8aa5fb21105745f231c authored over 7 years ago
Merge pull request #30 from montogeek/feature/upgrade_to_es6

Upgrade to es6

4d1a2f91a0e59ccc77a101500ba1270ba596bd5e authored about 8 years ago
fix: handle "./.." case

Previously, "./../a" was incorrectly transformed to "a". Paths of
that form are sometimes seen ...

0015f9ad391a19bdf332f81f0bf39f759b3d9712 authored about 8 years ago
Format .eslintrc.json and added Node v7 on Travis

b1fd1e30022ee2acfcd031d01c62e15d93196891 authored about 8 years ago
Updated istanbul and mocha

37acfeeeb2d7d3c07ce192bfd9a94d45e896316d authored about 8 years ago
Added strict mode to Class

2d9518f5390a1b76b629e4bf78175c2479bfa915 authored about 8 years ago
Added engines to package.json, run Node v4 and v6 on Travis

51e400f7f76fcbc2fb5905a2a778b61ebbd6f8a6 authored about 8 years ago
Merge branch 'master' into feature/upgrade_to_es6

7fd349a244f14f803bd91dd4020997f91f97c9b0 authored about 8 years ago
Normalize UNC paths correctly.

510260a1f4eccb92977010b73d227b7f1c7d68a7 authored about 8 years ago
Add LICENSE file

79a02a6f2bfb3a9a9077b8b5ca92644be3ec4b19 authored about 8 years ago
0.4.1

1b3c3572b47caa8b6d49b938456cfe180834f377 authored about 8 years ago
use less regexp and more performance parsing

7332919b52b92d63bed5c97689bd07f9187614db authored about 8 years ago
0.4.0

bca261622cb9b9bba136300faf87cf9b68b67326 authored about 8 years ago
Added ESlint and EditorConfig

4a159c22b49d0a3973a8db1ca20174e09e22a962 authored about 8 years ago
chore(es6): Upgrade to ES6

c46441dd69c66c2fdf6e38d163944e6cacbaad55 authored about 8 years ago
Only include `lib/` in npm package

Fixes #29

d2adaa66c05475f13a5afafee01abc8bdbc86728 authored over 8 years ago
fix: make meta return undefined when path does not exist (fixes #19)

cc8a71f17247f3379f0643039d4444f9abed2ada authored over 8 years ago
fix: replace process.nextTick with setImmediate (fixes #22)

d248b04aa7b48146d98a110df182131bab531793 authored over 8 years ago
feat: make async callbacks call in a new event cycle (fixes #22) (#27)

a5422941f7ac0c794e61fa9aa72ccf276c8b9c12 authored over 8 years ago
test: add tests for pathToArray

0a12b5c74118d9145326439a19fb941556884488 authored over 8 years ago
test: add test for joining paths with different DS (fixes #26)

83e1ffc7aea2117da97797bd9b7f669e2fa9a228 authored over 8 years ago
fix: handle non-empty string request (fixes #12)

1880511e87dd963d640a233fb57702f826f5bd09 authored over 8 years ago
Update join.js

Fix https://github.com/webpack/memory-fs/issues/12

3b1d8477bb531d26e323b468b4e904f3a34a419a authored over 8 years ago
Merge pull request #18 from elliottsj/mkdir-callback

For async mkdir, call the callback when passed as the third argument

804dfa1cf1b3034e4b8b514a050786b7a595082c authored over 8 years ago
Merge pull request #21 from ntrpy/master

Fix for joining relative requests in windows

6bd07933e22dc680f9a37f7eb8b01a926a826420 authored over 8 years ago
Merge pull request #15 from pyrotechnick/patch-1

Typo in README.md ("variantes" -> "variants")

a750bdf2560ccbdb6e10a4e7cd5cb9827075cfee authored over 8 years ago
#20 fix for joining relative paths in windows

64a8076d1f7ddea2ffd3dcf8cc507134629cb9c6 authored over 8 years ago
For async mkdir, call the callback when passed as the third argument

This is for parity with the Node.js fs.mkdir implementation, which
may accept optional options a...

4bd3ce415a75ad06e68a7add3158fb0777865532 authored almost 9 years ago
Typo in README.md ("variantes" -> "variants")

2125322bf4e1629b2c82decde2c2f43e2c4a79cb authored almost 9 years ago
0.3.0

20dcd920d18c1dfa6501d95707fe7fdb6d30b725 authored about 9 years ago
Merge branch 'stream'

Conflicts:
lib/MemoryFileSystem.js
package.json

dfc75be36e0322f533e1b2ba97dfe53021016e19 authored about 9 years ago
Merge pull request #8 from izaakschroeder/tweak-errors

Use real node errors.

da7fb39f5927ed206e482c8f058ec03598122bea authored over 9 years ago
Use real node errors.

Seeing as this is is supposed to mimick node's underlying file-system, seems to make sense to us...

a3482b9d0649037ddbbdb7e6d94f4c575405bb6a authored over 9 years ago
Merge pull request #6 from izaakschroeder/tweak-streams

Fix stream tests.

c9a4674db5927b060424290c61ff26645a3f6fc9 authored over 9 years ago
Merge pull request #4 from izaakschroeder/exists

Add an `exists` and `existsSync` method.

a4d5b02e3f7b1daf33fe9a10fd42e6f8ae5843d8 authored over 9 years ago
Fix stream tests.

b983afe9629da9882ddc21eeb9e7fa14289de851 authored over 9 years ago
Add spec for async `exists`.

71d940146e787b47defe85cbb43a88ce6e7d1aef authored over 9 years ago
Change signature for `exists` to match node spec.

c2b2ee75ff73d1b7684f57fc1015bb9a8461446c authored over 9 years ago
added coverage dependencies

2d307df1ccb341f36320a65ab52bf81e6d8eea75 authored over 9 years ago
added coverage reporting

cf697e2daca8c749c784471c080538f3e6aca827 authored over 9 years ago
fixed async test cases

636dcd1d3647dfa8d3429462ea1b1e5aafd97a64 authored over 9 years ago
Use `readable-stream` for consistent stream API.

8b0653963e21150bcf5ddbfafffe186e9a862073 authored over 9 years ago
Support `createReadStream` and `createWriteStream`.

Preliminary support for the functions by the same name from the `fs` module.

def1aa107dec6917b2ca0e0eded0bd39be8e6efa authored over 9 years ago
Add an `exists` and `existsSync` method.

Sometimes you'd rather prefer not having an error thrown (à la `.stat`). Because both functions ...

8d0f16379f4b260992816218cc0dee62d1c440f1 authored over 9 years ago
0.2.0

b90785340f2adf4eed77c59bdda7742a51d16e5e authored about 10 years ago
added readlink, normalize and join

with test cases

362020098c6fca3b790f2bfa6846cb6e9a7930a8 authored about 10 years ago
Merge pull request #3 from Termina1/patch-1

Normalize path before perform any action with fs

d784408abcc865bab6b9ec5dd847e5b97de8e9e6 authored about 10 years ago
normalize path before perform any action with fs

d10cc7235c23032fa5080a83fb226f9e13b1f2cb authored about 10 years ago
0.1.1

fe762d8da5c3544432ec487c7fa3ff76e8ed2423 authored about 10 years ago
Merge branch 'kpdecker-path-error'

13c459114021cd225a012f48ef2ff6c16c8af800 authored about 10 years ago
Merge branch 'path-error' of https://github.com/kpdecker/memory-fs into kpdecker-path-error

Conflicts:
lib/MemoryFileSystem.js

add2baedc2fdc82caa3203a29bac9101d632165b authored about 10 years ago
Merge pull request #2 from mjackson/tweaks

Small Tweaks

7e8a7db000d9e47ead5537b809bd708d10ab3797 authored about 10 years ago
Better grammar

55217977f15590d223298f1be9073fdecf98e09e authored about 10 years ago
Remove extraneous forEach

43e8a389aa0aed99a0e0f266a0bdbaac40785133 authored about 10 years ago
Add quotes to variables in thrown messages

Helps users identify empty strings (when they are not familiar with what is being thrown).

3ae098f198bd39b500417c6b7a88d87f3096be93 authored about 10 years ago
added travis config

65991b3ae942e36c828c0807431bfc567943d345 authored over 10 years ago
Initial commit

0b1b6ace9cd1b87e388d2b65178c204215ec4da8 authored over 10 years ago