Ben Newman
c09ed6f350
Bump NPM version to 0.3.2 in preparation for publishing.
2017-10-18 21:16:17 -04:00
Ben Newman
2b3509ef13
Go back to using a GitHub URL for meteor/readable-stream.
...
Unfortunately "file:files/readable-stream-2.3.3.tgz" didn't work, since
the published version of the package referred to /Users/ben/dev/node-stubs
rather than referring to the local .tgz file. I have to conclude from this
experience that file: dependencies are never supposed to be published.
2017-10-18 21:14:04 -04:00
Ben Newman
76481b795c
Bump NPM version to 0.3.1 in preparation for publishing.
2017-10-18 19:33:04 -04:00
Ben Newman
57ddac122b
Update npm-shrinkwrap.json.
2017-10-18 19:31:59 -04:00
Ben Newman
982f17fa5b
Install readable-stream from a local .tgz instead of using git.
...
https://github.com/meteor/meteor/issues/9243
2017-10-18 19:30:45 -04:00
Ben Newman
7e4b32d042
Revert "Replace readable-stream and stream-browserify with Meteor forks."
...
This reverts commit 0bb13e4fb4 .
2017-10-18 19:20:00 -04:00
Ben Newman
d878461be5
Bump NPM version to 0.3.0 in preparation for publishing.
2017-10-18 15:04:23 -04:00
Ben Newman
dc2947580a
Update npm-shrinkwrap.json.
2017-10-18 15:02:08 -04:00
Ben Newman
0bb13e4fb4
Replace readable-stream and stream-browserify with Meteor forks.
...
Fixes #10 .
See also: https://github.com/meteor/meteor/issues/9243
2017-10-18 15:00:52 -04:00
Ben Newman
45ed0bdb0e
Bump NPM version to 0.2.11 in preparation for publishing.
2017-06-02 16:46:22 -04:00
Ben Newman
3ef463646a
Revert "Replace useless core-util-is module with empty stub."
...
This reverts commit 9ca5b27977 .
This commit is no longer needed now that core-util-is is not used by any
dependencies (thanks to our fork of readable-stream).
2017-06-02 16:45:42 -04:00
Ben Newman
e84ceee204
Bump NPM version to 0.2.10 in preparation for publishing.
2017-06-02 16:24:24 -04:00
Ben Newman
8a1cf8cafb
Use git+https: protocol for Windows developers who don't have git.exe.
2017-06-02 16:24:09 -04:00
Ben Newman
2feb096fc9
Bump NPM version to 0.2.9 in preparation for publishing.
2017-06-02 16:05:17 -04:00
Ben Newman
d2fef404f6
Polyfill global.Buffer when importing the crypto stub.
2017-06-02 16:03:19 -04:00
Ben Newman
26035bc15a
Use a fork of readable-stream that does not use core-util-is.
2017-06-02 15:39:37 -04:00
Ben Newman
6eebff9798
Update shrinkwrap.
2017-06-02 15:38:04 -04:00
Ben Newman
9ca5b27977
Replace useless core-util-is module with empty stub.
...
Loading this package triggers a ReferenceError if Buffer is not globally
defined. However, this package never uses Buffer.isBuffer, and in fact
none of this package's properties are ever used by any other packages in
meteor-node-stubs, so it seems safe to replace it with an empty stub.
2017-06-02 15:34:04 -04:00
Ben Newman
1727ebfb7b
Move build-deps.js to scripts/ directory.
2017-06-02 15:33:46 -04:00
Ben Newman
68527e8b15
Polyfill require("module") more usefully.
2017-06-02 15:33:46 -04:00
Ben Newman
91eb2cbc6e
Bump NPM version to 0.2.8 in preparation for publishing.
2017-05-29 13:03:47 -04:00
Ben Newman
fb61120778
Revert "Upgrade all dependencies."
...
This reverts commit 789b8ff81c .
2017-05-29 13:03:20 -04:00
Ben Newman
5dbcfd678b
Bump NPM version to 0.2.7 in preparation for publishing.
2017-05-29 10:56:58 -04:00
Ben Newman
789b8ff81c
Upgrade all dependencies.
2017-05-29 10:56:37 -04:00
Ben Newman
828653f6c7
Bump NPM version to 0.2.6 in preparation for publishing.
2017-03-13 12:51:03 -04:00
Ben Newman
0306f9b8fc
Bundle dependencies to ensure expected module identifiers.
...
The npm-shrinkwrap.json file ensures that the dependencies of this package
are installed in a nested node_modules directory if you're using npm, but
npm-shrinkwrap.json is ignored if you're using a tool like yarn.
This is important because of the way we build path aliases in index.js:
618d67149f/index.js (L6-L10)
2017-03-13 12:51:03 -04:00
Ben Newman
618d67149f
Bump NPM version to 0.2.5 in preparation for publishing.
2017-01-26 17:55:32 -05:00
Ben Newman
e22136d56d
Avoid calling require.resolve at runtime.
...
In an environment that supports dynamic asynchronous module fetching,
require.resolve will fail during application startup but might succeed
later, so it's safer to use a known identifier string alias.
2017-01-26 17:54:02 -05:00
Ben Newman
6d739c5cce
Bump NPM version to 0.2.4 in preparation for publishing.
2016-11-11 17:59:07 -05:00
Ben Newman
aa4d33d420
Update shrinkwrap using npm@3.
...
Fixes #4 .
2016-11-11 17:57:55 -05:00
Ben Newman
27018cfa52
Upgrade dependencies.
2016-11-11 17:57:26 -05:00
Ben Newman
2d3849b808
Bump NPM version to 0.2.3 in preparation for publishing.
2016-04-08 10:07:48 -04:00
Ben Newman
899d3b8a40
Update dependencies and re-shrinkwrap using meteor npm.
2016-04-08 10:05:39 -04:00
Ben Newman
a17f51e3a2
Bump NPM version to 0.2.1 in preparation for publishing.
2016-03-11 12:27:06 -05:00
Ben Newman
7a06b904b8
Add some more metadata to package.json.
2016-03-11 12:26:52 -05:00
Ben Newman
f0e7bf60ea
Bump NPM version to 0.2.0 in preparation for publishing.
2016-02-29 19:22:41 -05:00
Ben Newman
b9832f750e
Install aliases without cluttering the module namespace.
2016-02-29 19:22:20 -05:00
Ben Newman
3aeadefda2
Bump NPM version to 0.1.1 in preparation for publishing.
2016-02-28 13:07:41 -05:00
Ben Newman
f2a7b33bb0
Add a shrinkwrap file to peg exact versions.
2016-02-28 13:06:37 -05:00
Ben Newman
7f88328c9c
Initial implementation.
2016-02-27 17:13:58 -05:00
Ben Newman
3d4d7f5bfd
Initial commit
2016-02-27 17:06:34 -05:00