| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_from": "debug@^4.3.1",
- "_id": "debug@4.4.3",
- "_inBundle": false,
- "_integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
- "_location": "/@babel/helper-wrap-function/debug",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "debug@^4.3.1",
- "name": "debug",
- "escapedName": "debug",
- "rawSpec": "^4.3.1",
- "saveSpec": null,
- "fetchSpec": "^4.3.1"
- },
- "_requiredBy": [
- "/@babel/helper-wrap-function/@babel/traverse"
- ],
- "_resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
- "_shasum": "c6ae432d9bd9662582fce08709b038c58e9e3d6a",
- "_spec": "debug@^4.3.1",
- "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-wrap-function\\node_modules\\@babel\\traverse",
- "author": {
- "name": "Josh Junon",
- "url": "https://github.com/qix-"
- },
- "browser": "./src/browser.js",
- "bugs": {
- "url": "https://github.com/debug-js/debug/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://n8.io"
- },
- {
- "name": "Andrew Rhyne",
- "email": "rhyneandrew@gmail.com"
- }
- ],
- "dependencies": {
- "ms": "^2.1.3"
- },
- "deprecated": false,
- "description": "Lightweight debugging utility for Node.js and the browser",
- "devDependencies": {
- "brfs": "^2.0.1",
- "browserify": "^16.2.3",
- "coveralls": "^3.0.2",
- "karma": "^3.1.4",
- "karma-browserify": "^6.0.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-mocha": "^1.3.0",
- "mocha": "^5.2.0",
- "mocha-lcov-reporter": "^1.2.0",
- "sinon": "^14.0.0",
- "xo": "^0.23.0"
- },
- "engines": {
- "node": ">=6.0"
- },
- "files": [
- "src",
- "LICENSE",
- "README.md"
- ],
- "homepage": "https://github.com/debug-js/debug#readme",
- "keywords": [
- "debug",
- "log",
- "debugger"
- ],
- "license": "MIT",
- "main": "./src/index.js",
- "name": "debug",
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/debug-js/debug.git"
- },
- "scripts": {
- "lint": "xo",
- "test": "npm run test:node && npm run test:browser && npm run lint",
- "test:browser": "karma start --single-run",
- "test:coverage": "cat ./coverage/lcov.info | coveralls",
- "test:node": "mocha test.js test.node.js"
- },
- "version": "4.4.3",
- "xo": {
- "rules": {
- "import/extensions": "off"
- }
- }
- }
|