Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -1,14 +1,33 @@
{
"name": "@sinonjs/commons",
"version": "1.7.1",
"description": "Simple functions shared among the sinon end user libraries",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"precommit": "lint-staged",
"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"preversion": "npm run test-check-coverage",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/commons.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sinonjs/commons/issues"
},
"bundleDependencies": false,
"dependencies": {
"type-detect": "4.0.8"
"homepage": "https://github.com/sinonjs/commons#readme",
"lint-staged": {
"*.js": [
"eslint"
]
},
"deprecated": false,
"description": "Simple functions shared among the sinon end user libraries",
"devDependencies": {
"@sinonjs/referee-sinon": "6.0.1",
"@studio/changes": "^2.0.0",
@ -28,28 +47,7 @@
"nyc": "15.0.0",
"prettier": "^1.14.3"
},
"homepage": "https://github.com/sinonjs/commons#readme",
"license": "BSD-3-Clause",
"lint-staged": {
"*.js": [
"eslint"
]
},
"main": "lib/index.js",
"name": "@sinonjs/commons",
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/commons.git"
},
"scripts": {
"lint": "eslint .",
"postversion": "git push --follow-tags && npm publish",
"precommit": "lint-staged",
"preversion": "npm run test-check-coverage",
"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"version": "changes --commits --footer"
},
"version": "1.7.1"
"dependencies": {
"type-detect": "4.0.8"
}
}