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,34 +1,30 @@
{
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "@istanbuljs/schema",
"version": "0.1.2",
"description": "Schemas describing various structures used by nyc and istanbuljs",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
"main": "index.js",
"scripts": {
"release": "standard-version --sign",
"pretest": "xo",
"test": "tap",
"snap": "npm test -- --snapshot"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"author": "Corey Farrell",
"license": "MIT",
"main": "index.js",
"name": "@istanbuljs/schema",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"scripts": {
"pretest": "xo",
"release": "standard-version --sign",
"snap": "npm test -- --snapshot",
"test": "tap"
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"version": "0.1.2"
"homepage": "https://github.com/istanbuljs/schema#readme",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
}
}