Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
39
node_modules/node-notifier/node_modules/semver/package.json
generated
vendored
39
node_modules/node-notifier/node_modules/semver/package.json
generated
vendored
|
|
@ -1,37 +1,28 @@
|
|||
{
|
||||
"bin": {
|
||||
"semver": "bin/semver.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/npm/node-semver/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"name": "semver",
|
||||
"version": "6.3.0",
|
||||
"description": "The semantic version parser used by npm.",
|
||||
"main": "semver.js",
|
||||
"scripts": {
|
||||
"test": "tap",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"postpublish": "git push origin --follow-tags"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "^14.3.1"
|
||||
},
|
||||
"license": "ISC",
|
||||
"repository": "https://github.com/npm/node-semver",
|
||||
"bin": {
|
||||
"semver": "./bin/semver.js"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"range.bnf",
|
||||
"semver.js"
|
||||
],
|
||||
"homepage": "https://github.com/npm/node-semver#readme",
|
||||
"license": "ISC",
|
||||
"main": "semver.js",
|
||||
"name": "semver",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/npm/node-semver.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postpublish": "git push origin --follow-tags",
|
||||
"postversion": "npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "tap"
|
||||
},
|
||||
"tap": {
|
||||
"check-coverage": true
|
||||
},
|
||||
"version": "6.3.0"
|
||||
}
|
||||
}
|
||||
102
node_modules/node-notifier/package.json
generated
vendored
102
node_modules/node-notifier/package.json
generated
vendored
|
|
@ -1,20 +1,41 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "Mikael Brevik"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mikaelbr/node-notifier/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"growly": "^1.3.0",
|
||||
"is-wsl": "^2.1.1",
|
||||
"semver": "^6.3.0",
|
||||
"shellwords": "^0.1.1",
|
||||
"which": "^1.3.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"name": "node-notifier",
|
||||
"version": "6.0.0",
|
||||
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "npm run lint",
|
||||
"test": "jest",
|
||||
"example": "node ./example/message.js",
|
||||
"example:mac": "node ./example/advanced.js",
|
||||
"example:mac:input": "node ./example/macInput.js",
|
||||
"example:windows": "node ./example/toaster.js",
|
||||
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/test/[^_]*.js",
|
||||
"testEnvironment": "node",
|
||||
"setupFilesAfterEnv": [
|
||||
"./test/_test-matchers.js"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
|
||||
},
|
||||
"keywords": [
|
||||
"notification center",
|
||||
"mac os x 10.8",
|
||||
"notify",
|
||||
"terminal-notifier",
|
||||
"notify-send",
|
||||
"growl",
|
||||
"windows 8 notification",
|
||||
"toaster",
|
||||
"notification"
|
||||
],
|
||||
"author": "Mikael Brevik",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.4.0",
|
||||
"eslint-config-semistandard": "^15.0.0",
|
||||
|
|
@ -28,55 +49,30 @@
|
|||
"lint-staged": "^9.3.0",
|
||||
"prettier": "^1.18.2"
|
||||
},
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
"dependencies": {
|
||||
"growly": "^1.3.0",
|
||||
"is-wsl": "^2.1.1",
|
||||
"semver": "^6.3.0",
|
||||
"shellwords": "^0.1.1",
|
||||
"which": "^1.3.1"
|
||||
},
|
||||
"homepage": "https://github.com/mikaelbr/node-notifier#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/test/[^_]*.js",
|
||||
"testEnvironment": "node",
|
||||
"setupFilesAfterEnv": [
|
||||
"./test/_test-matchers.js"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"notification center",
|
||||
"mac os x 10.8",
|
||||
"notify",
|
||||
"terminal-notifier",
|
||||
"notify-send",
|
||||
"growl",
|
||||
"windows 8 notification",
|
||||
"toaster",
|
||||
"notification"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{js,json,css,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "node-notifier",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/mikaelbr/node-notifier/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"example": "node ./example/message.js",
|
||||
"example:mac": "node ./example/advanced.js",
|
||||
"example:mac:input": "node ./example/macInput.js",
|
||||
"example:windows": "node ./example/toaster.js",
|
||||
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
|
||||
"pretest": "npm run lint",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
"homepage": "https://github.com/mikaelbr/node-notifier#readme",
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue