aboutsummaryrefslogtreecommitdiff
path: root/node_modules/inherits
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/inherits')
-rw-r--r--node_modules/inherits/package.json119
1 files changed, 12 insertions, 107 deletions
diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json
index 8de5c943d..7cf62b95c 100644
--- a/node_modules/inherits/package.json
+++ b/node_modules/inherits/package.json
@@ -1,97 +1,7 @@
{
- "_args": [
- [
- {
- "raw": "inherits@2",
- "scope": null,
- "escapedName": "inherits",
- "name": "inherits",
- "rawSpec": "2",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/glob"
- ]
- ],
- "_from": "inherits@>=2.0.0 <3.0.0",
- "_id": "inherits@2.0.3",
- "_inCache": true,
- "_location": "/inherits",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/inherits-2.0.3.tgz_1473295776489_0.08142363070510328"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "inherits@2",
- "scope": null,
- "escapedName": "inherits",
- "name": "inherits",
- "rawSpec": "2",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/archiver-utils/readable-stream",
- "/archiver/readable-stream",
- "/bl/readable-stream",
- "/cloneable-readable",
- "/compress-commons/readable-stream",
- "/concat-stream",
- "/concat-stream/readable-stream",
- "/crc32-stream/readable-stream",
- "/duplexify",
- "/duplexify/readable-stream",
- "/glob",
- "/glob-stream/glob",
- "/glob-stream/readable-stream",
- "/gulp-concat/readable-stream",
- "/gulp-gzip/readable-stream",
- "/gulp-stream/readable-stream",
- "/gulp-sym/readable-stream",
- "/gulp/readable-stream",
- "/lazystream/readable-stream",
- "/merge-stream/readable-stream",
- "/mocha/glob",
- "/readable-stream",
- "/tar-stream/readable-stream",
- "/through2/readable-stream",
- "/vinyl-fs/glob",
- "/vinyl-fs/glob-stream/readable-stream",
- "/vinyl-fs/readable-stream",
- "/zip-stream/readable-stream"
- ],
- "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
- "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
- "_shrinkwrap": null,
- "_spec": "inherits@2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/glob",
- "browser": "./inherits_browser.js",
- "bugs": {
- "url": "https://github.com/isaacs/inherits/issues"
- },
- "dependencies": {},
+ "name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
- "devDependencies": {
- "tap": "^7.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "633c2c83e3da42a502f52466022480f4208261de",
- "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
- },
- "files": [
- "inherits.js",
- "inherits_browser.js"
- ],
- "gitHead": "e05d0fb27c61a3ec687214f0476386b765364d5f",
- "homepage": "https://github.com/isaacs/inherits#readme",
+ "version": "2.0.3",
"keywords": [
"inheritance",
"class",
@@ -102,23 +12,18 @@
"browser",
"browserify"
],
- "license": "ISC",
"main": "./inherits.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "inherits",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/inherits.git"
- },
+ "browser": "./inherits_browser.js",
+ "repository": "git://github.com/isaacs/inherits",
+ "license": "ISC",
"scripts": {
"test": "node test"
},
- "version": "2.0.3"
+ "devDependencies": {
+ "tap": "^7.1.0"
+ },
+ "files": [
+ "inherits.js",
+ "inherits_browser.js"
+ ]
}