aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/builtins
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/builtins')
-rw-r--r--deps/npm/node_modules/builtins/.travis.yml4
-rw-r--r--deps/npm/node_modules/builtins/History.md39
-rw-r--r--deps/npm/node_modules/builtins/License20
-rw-r--r--deps/npm/node_modules/builtins/Readme.md18
-rw-r--r--deps/npm/node_modules/builtins/builtins.json35
-rw-r--r--deps/npm/node_modules/builtins/package.json46
-rw-r--r--deps/npm/node_modules/builtins/test.js5
7 files changed, 167 insertions, 0 deletions
diff --git a/deps/npm/node_modules/builtins/.travis.yml b/deps/npm/node_modules/builtins/.travis.yml
new file mode 100644
index 0000000000..cc4dba29d9
--- /dev/null
+++ b/deps/npm/node_modules/builtins/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - "0.8"
+ - "0.10"
diff --git a/deps/npm/node_modules/builtins/History.md b/deps/npm/node_modules/builtins/History.md
new file mode 100644
index 0000000000..e9837a5068
--- /dev/null
+++ b/deps/npm/node_modules/builtins/History.md
@@ -0,0 +1,39 @@
+
+0.0.7 / 2014-09-01
+==================
+
+ * update .repository
+
+0.0.6 / 2014-09-01
+==================
+
+ * add travis
+ * add test script
+ * add constants
+
+0.0.5 / 2014-06-27
+==================
+
+ * add module
+ * publish to public npm
+
+0.0.4 / 2014-04-25
+==================
+
+ * add timers
+
+0.0.3 / 2014-02-22
+==================
+
+ * add buffer
+
+0.0.2 / 2014-02-11
+==================
+
+ * add assert
+
+0.0.1 / 2014-02-11
+==================
+
+ * add main
+ * initial commit
diff --git a/deps/npm/node_modules/builtins/License b/deps/npm/node_modules/builtins/License
new file mode 100644
index 0000000000..b142e5dc08
--- /dev/null
+++ b/deps/npm/node_modules/builtins/License
@@ -0,0 +1,20 @@
+Copyright (c) 2015 Julian Gruber <julian@juliangruber.com>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/deps/npm/node_modules/builtins/Readme.md b/deps/npm/node_modules/builtins/Readme.md
new file mode 100644
index 0000000000..96f4b1f6c4
--- /dev/null
+++ b/deps/npm/node_modules/builtins/Readme.md
@@ -0,0 +1,18 @@
+
+# builtins
+
+ List of node.js [builtin modules](http://nodejs.org/api/).
+
+ [![build status](https://secure.travis-ci.org/juliangruber/builtins.svg)](http://travis-ci.org/juliangruber/builtins)
+
+## Example
+
+```js
+var builtins = require('builtins');
+
+assert(builtins.indexOf('http') > -1);
+```
+
+## License
+
+ MIT
diff --git a/deps/npm/node_modules/builtins/builtins.json b/deps/npm/node_modules/builtins/builtins.json
new file mode 100644
index 0000000000..45c0522564
--- /dev/null
+++ b/deps/npm/node_modules/builtins/builtins.json
@@ -0,0 +1,35 @@
+[
+ "assert",
+ "buffer",
+ "child_process",
+ "cluster",
+ "console",
+ "constants",
+ "crypto",
+ "dgram",
+ "dns",
+ "domain",
+ "events",
+ "fs",
+ "http",
+ "https",
+ "module",
+ "net",
+ "os",
+ "path",
+ "process",
+ "punycode",
+ "querystring",
+ "readline",
+ "repl",
+ "stream",
+ "string_decoder",
+ "timers",
+ "tls",
+ "tty",
+ "url",
+ "util",
+ "v8",
+ "vm",
+ "zlib"
+]
diff --git a/deps/npm/node_modules/builtins/package.json b/deps/npm/node_modules/builtins/package.json
new file mode 100644
index 0000000000..df5c1b3fd7
--- /dev/null
+++ b/deps/npm/node_modules/builtins/package.json
@@ -0,0 +1,46 @@
+{
+ "_from": "builtins@^1.0.3",
+ "_id": "builtins@1.0.3",
+ "_inBundle": false,
+ "_integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=",
+ "_location": "/builtins",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "builtins@^1.0.3",
+ "name": "builtins",
+ "escapedName": "builtins",
+ "rawSpec": "^1.0.3",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.3"
+ },
+ "_requiredBy": [
+ "/validate-npm-package-name"
+ ],
+ "_resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
+ "_shasum": "cb94faeb61c8696451db36534e1422f94f0aee88",
+ "_spec": "builtins@^1.0.3",
+ "_where": "/Users/rebecca/code/npm/node_modules/validate-npm-package-name",
+ "bugs": {
+ "url": "https://github.com/juliangruber/builtins/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "List of node.js builtin modules",
+ "homepage": "https://github.com/juliangruber/builtins#readme",
+ "license": "MIT",
+ "main": "builtins.json",
+ "name": "builtins",
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/juliangruber/builtins.git"
+ },
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.0.3"
+}
diff --git a/deps/npm/node_modules/builtins/test.js b/deps/npm/node_modules/builtins/test.js
new file mode 100644
index 0000000000..ffbe8389c1
--- /dev/null
+++ b/deps/npm/node_modules/builtins/test.js
@@ -0,0 +1,5 @@
+var builtins = require('./builtins');
+
+builtins.forEach(function(name){
+ require(name);
+});