123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "inherits@2.0.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "inherits@2.0.3",
- "_id": "inherits@2.0.3",
- "_inBundle": false,
- "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
- "_location": "/inherits",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "inherits@2.0.3",
- "name": "inherits",
- "escapedName": "inherits",
- "rawSpec": "2.0.3",
- "saveSpec": null,
- "fetchSpec": "2.0.3"
- },
- "_requiredBy": [
- "/asn1.js",
- "/body-parser/http-errors",
- "/browserify-aes",
- "/browserify-des",
- "/browserify-sign",
- "/chokidar",
- "/cipher-base",
- "/concat-stream",
- "/conventional-commits-parser/readable-stream",
- "/create-hash",
- "/create-hmac",
- "/crypto-browserify",
- "/css",
- "/des.js",
- "/duplexify",
- "/elliptic",
- "/flush-write-stream",
- "/from2",
- "/git-raw-commits/readable-stream",
- "/glob",
- "/hash-base",
- "/hash.js",
- "/hpack.js",
- "/htmlparser2",
- "/htmlparser2/readable-stream",
- "/md5.js",
- "/parallel-transform",
- "/pumpify",
- "/readable-stream",
- "/ripemd160",
- "/send/http-errors",
- "/serve-index/http-errors",
- "/sha.js",
- "/sockjs-client",
- "/spdy-transport/readable-stream",
- "/split2/readable-stream",
- "/stream-browserify",
- "/stream-http",
- "/util"
- ],
- "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "browser": "./inherits_browser.js",
- "bugs": {
- "url": "https://github.com/isaacs/inherits/issues"
- },
- "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
- "devDependencies": {
- "tap": "^7.1.0"
- },
- "files": [
- "inherits.js",
- "inherits_browser.js"
- ],
- "homepage": "https://github.com/isaacs/inherits#readme",
- "keywords": [
- "inheritance",
- "class",
- "klass",
- "oop",
- "object-oriented",
- "inherits",
- "browser",
- "browserify"
- ],
- "license": "ISC",
- "main": "./inherits.js",
- "name": "inherits",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/inherits.git"
- },
- "scripts": {
- "test": "node test"
- },
- "version": "2.0.3"
- }
|