mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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)
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"name": "meteor-node-stubs",
|
|
"author": "Ben Newman <ben@meteor.com>",
|
|
"description": "Stub implementations of Node built-in modules, a la Browserify",
|
|
"version": "0.2.5",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepublish": "node build-deps.js"
|
|
},
|
|
"dependencies": {
|
|
"assert": "^1.4.1",
|
|
"browserify-zlib": "^0.1.4",
|
|
"buffer": "^4.9.1",
|
|
"console-browserify": "^1.1.0",
|
|
"constants-browserify": "^1.0.0",
|
|
"crypto-browserify": "^3.11.0",
|
|
"domain-browser": "^1.1.7",
|
|
"events": "^1.1.1",
|
|
"http-browserify": "^1.7.0",
|
|
"https-browserify": "0.0.1",
|
|
"os-browserify": "^0.2.1",
|
|
"path-browserify": "0.0.0",
|
|
"process": "^0.11.9",
|
|
"punycode": "^1.4.1",
|
|
"querystring-es3": "^0.2.1",
|
|
"readable-stream": "^2.2.1",
|
|
"stream-browserify": "^2.0.1",
|
|
"string_decoder": "^0.10.31",
|
|
"timers-browserify": "^1.4.2",
|
|
"tty-browserify": "0.0.0",
|
|
"url": "^0.11.0",
|
|
"util": "^0.10.3",
|
|
"vm-browserify": "0.0.4"
|
|
},
|
|
"bundledDependencies": [
|
|
"assert",
|
|
"browserify-zlib",
|
|
"buffer",
|
|
"console-browserify",
|
|
"constants-browserify",
|
|
"crypto-browserify",
|
|
"domain-browser",
|
|
"events",
|
|
"http-browserify",
|
|
"https-browserify",
|
|
"os-browserify",
|
|
"path-browserify",
|
|
"process",
|
|
"punycode",
|
|
"querystring-es3",
|
|
"readable-stream",
|
|
"stream-browserify",
|
|
"string_decoder",
|
|
"timers-browserify",
|
|
"tty-browserify",
|
|
"url",
|
|
"util",
|
|
"vm-browserify"
|
|
],
|
|
"devDependencies": {
|
|
"rimraf": "^2.5.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meteor/node-stubs.git"
|
|
},
|
|
"keywords": [
|
|
"stubs",
|
|
"shims",
|
|
"node",
|
|
"builtins",
|
|
"core",
|
|
"modules",
|
|
"browserify",
|
|
"webpack",
|
|
"meteor"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/meteor/node-stubs/issues"
|
|
},
|
|
"homepage": "https://github.com/meteor/node-stubs#readme"
|
|
}
|