{ "_args": [ [ "removeNPMAbsolutePaths@2.0.0", "/Users/alexkappa/Code/ts/github.com/github/codeql-action" ] ], "_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" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/removeNPMAbsolutePaths/-/removeNPMAbsolutePaths-2.0.0.tgz", "_spec": "2.0.0", "_where": "/Users/alexkappa/Code/ts/github.com/github/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" }, "description": "Remove the fields containing local aboslute paths created by NPM", "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.5", "eslint": "^6.0.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.0", "mocha": "^6.1.4", "nyc": "^14.1.1", "sinon": "^7.3.2", "sinon-chai": "^3.3.0" }, "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" }