{ "_args": [ [ "pirates@^4.0.0", "/home/bernhard/freifunk-app/node_modules/@babel/register" ] ], "_from": "pirates@>=4.0.0 <5.0.0", "_id": "pirates@4.0.0", "_inCache": true, "_installable": true, "_location": "/pirates", "_nodeVersion": "10.6.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/pirates_4.0.0_1531336994248_0.7082221737793184" }, "_npmUser": { "email": "daniel@tschinder.de", "name": "danez" }, "_npmVersion": "6.1.0", "_phantomChildren": {}, "_requested": { "name": "pirates", "raw": "pirates@^4.0.0", "rawSpec": "^4.0.0", "scope": null, "spec": ">=4.0.0 <5.0.0", "type": "range" }, "_requiredBy": [ "/@babel/register" ], "_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.0.tgz", "_shasum": "850b18781b4ac6ec58a43c9ed9ec5fe6796addbd", "_shrinkwrap": null, "_spec": "pirates@^4.0.0", "_where": "/home/bernhard/freifunk-app/node_modules/@babel/register", "author": { "email": "ari@ariporad.com", "name": "Ari Porad", "url": "http://ariporad.com" }, "ava": { "files": [ "test/*.js" ], "source": [ "lib/**/*.js" ] }, "bugs": { "url": "https://github.com/ariporad/pirates/issues" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "node-modules-regexp": "^1.0.0" }, "description": "Properly hijack require", "devDependencies": { "@babel/cli": "^7.0.0-beta.53", "@babel/core": "^7.0.0-beta.53", "@babel/preset-env": "^7.0.0-beta.53", "ava": "^0.25.0", "babel-core": "^7.0.0-0", "babel-eslint": "^9.0.0-beta.2", "babel-plugin-istanbul": "^4.1.1", "cross-env": "^5.0.5", "cz-conventional-changelog": "^2.0.0", "decache": "^4.1.0", "eslint": "^5.1.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.2.0", "mock-require": "^3.0.2", "nyc": "^12.0.2", "rewire": "^4.0.1", "rimraf": "^2.6.1", "semantic-release": "^15.7.0" }, "directories": {}, "dist": { "fileCount": 4, "integrity": "sha512-8t5BsXy1LUIjn3WWOlOuFDuKswhQb/tkak641lvBgmPOBUQHXveORtlMCp6OdPV1dtuTaEahKA8VNz6uLfKBtA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRlkiCRA9TVsSAnZWagAAeoMP/igbxexeiLg3GT7zQQ6x\nv+h2fvBq+ifgabiwms/LttUJkYBIgt5TCOkbdjg5y/ngnr27Ik1kI1qOginF\nVSnKrTPmxgMwWucivZnX1OV8SJtte39lk7S2FD9YHlBeW4NvTqB6l7aS1oh2\nhxrbg2tHd/IYvWVCf6camugA+TBdwxsVhMQCwo0IAlH0wpKuw2ZJ/n61Ii5/\nkNLiztA2Dnz4pwaTzgj0uyrdIlNf66KNOBts8PEPiAZ5h4UGXeVZWyB/kaA7\nlJ2vNH/7NGYriPyFL4/tUkIMSGiJqiBquAJMBBK4Z/GLj2O62rA3dNfTumTi\nhUbDVLD8rG9WQdlYoee4j2FYvLTsX4KFWYWFk4zQ65e+c6nhEuXyOUZ6YWd9\nEHbJVZukXED1EXXfEh8wjxZiXGq4NMdtVqu7FyltA5Y92nukpCJPMnIOS9Jo\nNFhdh0Zb3Fiv2cSj+MLHzNIncdr0t1mbVrAl+4XERaQSjFEBdLgbZmF+BPOq\njGP1sy98pTDqCkAqolWrllMymy9f9HqvL2KSvLkB6M/r4zwP/Nl1jiIEEjoA\nL4R7CcRgqA2O8s1s4fgWzmlYnunhPaUwl9RsK4dw/+7tmTJxdecyzdkCOFkG\notbZ6nPBXWz0gUIgsEf8Rmq9kovVbhtyyvhnzWVgxz9tuN1Abo1fAhgx9Cx/\ncM7W\r\n=6o31\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "850b18781b4ac6ec58a43c9ed9ec5fe6796addbd", "tarball": "https://registry.npmjs.org/pirates/-/pirates-4.0.0.tgz", "unpackedSize": 11506 }, "engines": { "node": ">= 6" }, "files": [ "lib" ], "gitHead": "7dff3f52869ef0493545eae15957dc4ed794f4cf", "homepage": "https://github.com/ariporad/pirates#readme", "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "ariporad", "email": "ari@ariporad.com" }, { "name": "danez", "email": "daniel@tschinder.de" }, { "name": "hzoo", "email": "hi@henryzoo.com" } ], "name": "pirates", "nyc": { "include": [ "src/*.js" ], "instrument": false, "reporter": [ "json", "text" ], "sourceMap": false }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ariporad/pirates.git" }, "scripts": { "build": "babel src -d lib", "clean": "rimraf lib", "lint": "eslint .", "prepublish": "yarn run clean && yarn run build", "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && nyc ava" }, "version": "4.0.0" }