aboutsummaryrefslogtreecommitdiff
path: root/node_modules/inherits/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/inherits/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/inherits/package.json')
-rw-r--r--node_modules/inherits/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json
new file mode 100644
index 0000000..943da6d
--- /dev/null
+++ b/node_modules/inherits/package.json
@@ -0,0 +1,84 @@
+{
+ "_args": [
+ [
+ {
+ "name": "inherits",
+ "raw": "inherits@2.0.1",
+ "rawSpec": "2.0.1",
+ "scope": null,
+ "spec": "2.0.1",
+ "type": "version"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/http-errors"
+ ]
+ ],
+ "_from": "inherits@2.0.1",
+ "_id": "inherits@2.0.1",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/inherits",
+ "_npmUser": {
+ "email": "i@izs.me",
+ "name": "isaacs"
+ },
+ "_npmVersion": "1.3.8",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "inherits",
+ "raw": "inherits@2.0.1",
+ "rawSpec": "2.0.1",
+ "scope": null,
+ "spec": "2.0.1",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/http-errors"
+ ],
+ "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
+ "_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
+ "_shrinkwrap": null,
+ "_spec": "inherits@2.0.1",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/http-errors",
+ "browser": "./inherits_browser.js",
+ "bugs": {
+ "url": "https://github.com/isaacs/inherits/issues"
+ },
+ "dependencies": {},
+ "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
+ "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
+ },
+ "homepage": "https://github.com/isaacs/inherits#readme",
+ "keywords": [
+ "inheritance",
+ "class",
+ "klass",
+ "oop",
+ "object-oriented",
+ "inherits",
+ "browser",
+ "browserify"
+ ],
+ "license": "ISC",
+ "main": "./inherits.js",
+ "maintainers": [
+ {
+ "email": "i@izs.me",
+ "name": "isaacs"
+ }
+ ],
+ "name": "inherits",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/inherits.git"
+ },
+ "scripts": {
+ "test": "node test"
+ },
+ "version": "2.0.1"
+}