{ "_args": [ [ "create-require@1.1.1", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_development": true, "_from": "create-require@1.1.1", "_id": "create-require@1.1.1", "_inBundle": false, "_integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", "_location": "/create-require", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "create-require@1.1.1", "name": "create-require", "escapedName": "create-require", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/ts-node" ], "_resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", "_spec": "1.1.1", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "bugs": { "url": "https://github.com/nuxt-contrib/create-require/issues" }, "contributors": [ { "name": "Maël Nison", "email": "nison.mael@gmail.com" }, { "name": "Paul Soporan", "email": "paul.soporan@gmail.com" }, { "name": "Pooya Parsa", "email": "pyapar@gmail.com" } ], "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)", "devDependencies": { "@nuxtjs/eslint-config": "latest", "eslint": "latest", "standard-version": "latest", "tap": "latest" }, "files": [ "create-require.js", "create-require.d.ts" ], "homepage": "https://github.com/nuxt-contrib/create-require#readme", "license": "MIT", "main": "./create-require.js", "name": "create-require", "repository": { "type": "git", "url": "git+https://github.com/nuxt-contrib/create-require.git" }, "scripts": { "lint": "eslint .", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && yarn test:matrix", "test:matrix": "tap --no-esm --no-timeout ./test/matrix.js" }, "types": "./create-require.d.ts", "version": "1.1.1" }