You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							92 lines
						
					
					
						
							2.3 KiB
						
					
					
				
			
		
		
	
	
							92 lines
						
					
					
						
							2.3 KiB
						
					
					
				{ | 
						|
  "_from": "make-error@1.x", | 
						|
  "_id": "make-error@1.3.6", | 
						|
  "_inBundle": false, | 
						|
  "_integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", | 
						|
  "_location": "/make-error", | 
						|
  "_phantomChildren": {}, | 
						|
  "_requested": { | 
						|
    "type": "range", | 
						|
    "registry": true, | 
						|
    "raw": "make-error@1.x", | 
						|
    "name": "make-error", | 
						|
    "escapedName": "make-error", | 
						|
    "rawSpec": "1.x", | 
						|
    "saveSpec": null, | 
						|
    "fetchSpec": "1.x" | 
						|
  }, | 
						|
  "_requiredBy": [ | 
						|
    "/ts-jest" | 
						|
  ], | 
						|
  "_resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", | 
						|
  "_shasum": "2eb2e37ea9b67c4891f684a1394799af484cf7a2", | 
						|
  "_spec": "make-error@1.x", | 
						|
  "_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\ts-jest", | 
						|
  "author": { | 
						|
    "name": "Julien Fontanet", | 
						|
    "email": "julien.fontanet@isonoe.net" | 
						|
  }, | 
						|
  "bugs": { | 
						|
    "url": "https://github.com/JsCommunity/make-error/issues" | 
						|
  }, | 
						|
  "bundleDependencies": false, | 
						|
  "deprecated": false, | 
						|
  "description": "Make your own error types!", | 
						|
  "devDependencies": { | 
						|
    "browserify": "^16.2.3", | 
						|
    "eslint": "^6.5.1", | 
						|
    "eslint-config-prettier": "^6.4.0", | 
						|
    "eslint-config-standard": "^14.1.0", | 
						|
    "eslint-plugin-import": "^2.14.0", | 
						|
    "eslint-plugin-node": "^10.0.0", | 
						|
    "eslint-plugin-promise": "^4.0.1", | 
						|
    "eslint-plugin-standard": "^4.0.0", | 
						|
    "husky": "^3.0.9", | 
						|
    "jest": "^24", | 
						|
    "prettier": "^1.14.3", | 
						|
    "uglify-js": "^3.3.2" | 
						|
  }, | 
						|
  "files": [ | 
						|
    "dist/", | 
						|
    "index.js", | 
						|
    "index.d.ts" | 
						|
  ], | 
						|
  "homepage": "https://github.com/JsCommunity/make-error", | 
						|
  "husky": { | 
						|
    "hooks": { | 
						|
      "commit-msg": "npm run test" | 
						|
    } | 
						|
  }, | 
						|
  "jest": { | 
						|
    "testEnvironment": "node" | 
						|
  }, | 
						|
  "keywords": [ | 
						|
    "create", | 
						|
    "custom", | 
						|
    "derive", | 
						|
    "error", | 
						|
    "errors", | 
						|
    "extend", | 
						|
    "extending", | 
						|
    "extension", | 
						|
    "factory", | 
						|
    "inherit", | 
						|
    "make", | 
						|
    "subclass" | 
						|
  ], | 
						|
  "license": "ISC", | 
						|
  "main": "index.js", | 
						|
  "name": "make-error", | 
						|
  "repository": { | 
						|
    "type": "git", | 
						|
    "url": "git://github.com/JsCommunity/make-error.git" | 
						|
  }, | 
						|
  "scripts": { | 
						|
    "dev-test": "jest --watch", | 
						|
    "format": "prettier --write '**'", | 
						|
    "prepublishOnly": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js", | 
						|
    "pretest": "eslint --ignore-path .gitignore .", | 
						|
    "test": "jest" | 
						|
  }, | 
						|
  "version": "1.3.6" | 
						|
}
 | 
						|
 |