Run npm install so have clear baseline

This commit is contained in:
Sam Partington 2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View file

@ -1,39 +1,45 @@
{
"name": "removeNPMAbsolutePaths",
"version": "2.0.0",
"description": "Remove the fields containing local aboslute paths created by NPM",
"keywords": [
"npm",
"modules"
"_args": [
[
"removeNPMAbsolutePaths@2.0.0",
"/Users/sam/code/codeql-action"
]
],
"main": "src/removeNPMAbsolutePaths.js",
"scripts": {
"lint": "eslint bin/removeNPMAbsolutePaths src test --ignore-pattern 'test/data/malformed/module/'",
"test": "mocha test",
"test-with-coverage": "nyc --reporter=text mocha test",
"travis": "npm run lint && npm run test-with-coverage",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"_development": true,
"_from": "removeNPMAbsolutePaths@2.0.0",
"_id": "removeNPMAbsolutePaths@2.0.0",
"_inBundle": false,
"_integrity": "sha512-Hea7U6iJcD0NE/aqBqxBMPKeKaxjqMNyTTajmH2dH9hhafJ9Tem5r4UeJK8+BdE1MK9lqoOYqNM0Sq9rl1OIbQ==",
"_location": "/removeNPMAbsolutePaths",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "removeNPMAbsolutePaths@2.0.0",
"name": "removeNPMAbsolutePaths",
"escapedName": "removeNPMAbsolutePaths",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"author": "Juanjo Diaz <juanjo.diazmo@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/juanjoDiaz/removeNPMAbsolutePaths"
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/removeNPMAbsolutePaths/-/removeNPMAbsolutePaths-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Juanjo Diaz",
"email": "juanjo.diazmo@gmail.com"
},
"bin": {
"removeNPMAbsolutePaths": "bin/removeNPMAbsolutePaths"
},
"bugs": {
"url": "https://github.com/removeNPMAbsolutePaths/issues",
"email": "juanjo.diazmo@gmail.com"
},
"license": "MIT",
"preferGlobal": true,
"bin": {
"removeNPMAbsolutePaths": "bin/removeNPMAbsolutePaths"
},
"files": [
"LICENSE",
"README.md",
"bin/",
"src/"
],
"description": "Remove the fields containing local aboslute paths created by NPM",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
@ -48,5 +54,32 @@
},
"engines": {
"node": ">=4.0.0"
}
}
},
"files": [
"LICENSE",
"README.md",
"bin/",
"src/"
],
"homepage": "https://github.com/juanjoDiaz/removeNPMAbsolutePaths#readme",
"keywords": [
"npm",
"modules"
],
"license": "MIT",
"main": "src/removeNPMAbsolutePaths.js",
"name": "removeNPMAbsolutePaths",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/juanjoDiaz/removeNPMAbsolutePaths.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint bin/removeNPMAbsolutePaths src test --ignore-pattern 'test/data/malformed/module/'",
"test": "mocha test",
"test-with-coverage": "nyc --reporter=text mocha test",
"travis": "npm run lint && npm run test-with-coverage"
},
"version": "2.0.0"
}