|
|
- {
- "_args": [
- [
- "enhanced-resolve@^4.1.0",
- "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/webpack"
- ]
- ],
- "_from": "enhanced-resolve@>=4.1.0 <5.0.0",
- "_hasShrinkwrap": false,
- "_id": "enhanced-resolve@4.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/enhanced-resolve",
- "_nodeVersion": "12.4.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/enhanced-resolve_4.1.1_1570538094357_0.7941006267070527"
- },
- "_npmUser": {
- "email": "tobias.koppers@googlemail.com",
- "name": "sokra"
- },
- "_npmVersion": "6.9.0",
- "_phantomChildren": {
- "errno": "0.1.7",
- "readable-stream": "2.3.6"
- },
- "_requested": {
- "name": "enhanced-resolve",
- "raw": "enhanced-resolve@^4.1.0",
- "rawSpec": "^4.1.0",
- "scope": null,
- "spec": ">=4.1.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz",
- "_shasum": "2937e2b8066cd0fe7ce0990a98f0d71a35189f66",
- "_shrinkwrap": null,
- "_spec": "enhanced-resolve@^4.1.0",
- "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/webpack",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/enhanced-resolve/issues"
- },
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "memory-fs": "^0.5.0",
- "tapable": "^1.0.0"
- },
- "description": "Offers a async require.resolve function. It's highly configurable.",
- "devDependencies": {
- "codecov.io": "^0.1.6",
- "coveralls": "^2.11.6",
- "eslint": "^5.9.0",
- "eslint-config-prettier": "^3.3.0",
- "eslint-plugin-node": "^8.0.0",
- "eslint-plugin-prettier": "^3.0.0",
- "husky": "^1.2.0",
- "istanbul": "^0.4.1",
- "lint-staged": "^8.1.0",
- "mocha": "^2.3.4",
- "prettier": "^1.15.2",
- "should": "^8.0.2"
- },
- "directories": {},
- "dist": {
- "fileCount": 42,
- "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnIJvCRA9TVsSAnZWagAAFXcP/j6cheZ8K/2cwL5IDAm7\nus/Gf6lCOUXEF2T/ytZ33PqAi8ZwuEEImmuPDpT9d839X6qpT2rAVNzsE6B8\nvfhYqVbBR9gV8YDsf1DCSU+iWndxnxwXigCnDgYMwZO1GgrP8mU2jzhlciTr\nUkNU673m86FZ7pIZNSqRdqpjtOwHgptL/rtCNT8EJz0gNYR2oDorweFLmYaC\nGOjBsp3IOpcrWCd4YLbILX89Cid9LTHQk7p7fqKsEy4qFs+R6p287DHJVmn4\nbnf282FFDDexRb6CufOSJYfVE2+4pQNk59b0plEVWJk1Cl1tQJ2wG4fG3Qqy\nJXCHEp5kGKKdTkCVJnbtzyltP1sNk59hDtXr+oYLOvSPR6cnYjA1VppiBpW5\nLJsKK7aYfcwTw+2QjGfV4pejEp3pF4AQKtsU51TFDXt9f1JJyPYGVhK9cq8g\nChhMgdgX18BOSr172e2EsVG10vNkOOpSDWw3oXYyJMcv0APOWwPRHfGA4nJR\n6E4eyYzM7QAeOwffW2Nu7O1D7PhDErui1CsGv9eE5/UamSmE1hGwOyQ/379j\nozuBi6M4Yj3A+HF0+UiQwUnMihF3H+9lSUSkqsRZwASayMayKkSbTs4lpEhW\nxWS0YNOr+dJLc6GFLkvL14vBYqOntJU5AK4szCgklGsTsiLC2xQDzO+PHh5V\nRfwp\r\n=+KJo\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "2937e2b8066cd0fe7ce0990a98f0d71a35189f66",
- "tarball": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz",
- "unpackedSize": 88616
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "gitHead": "98825ba306fd3f31ffaca63d6bb2ad001007cad2",
- "homepage": "http://github.com/webpack/enhanced-resolve",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/mit-license.php"
- }
- ],
- "lint-staged": {
- "*.js": [
- "eslint --cache"
- ]
- },
- "main": "lib/node.js",
- "maintainers": [
- {
- "name": "bebraw",
- "email": "bebraw@gmail.com"
- },
- {
- "name": "jhnns",
- "email": "mail@johannesewald.de"
- },
- {
- "name": "sokra",
- "email": "tobias.koppers@googlemail.com"
- },
- {
- "name": "thelarkinn",
- "email": "sean.larkin@cuw.edu"
- }
- ],
- "name": "enhanced-resolve",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/webpack/enhanced-resolve.git"
- },
- "scripts": {
- "cover": "istanbul cover node_modules/mocha/bin/_mocha",
- "lint": "eslint lib test",
- "precover": "yarn lint",
- "pretest": "yarn lint",
- "pretty": "prettier --loglevel warn --write \"{lib,test}/**/*.{js,json}\"",
- "test": "mocha --full-trace --check-leaks",
- "travis": "yarn cover --report lcovonly"
- },
- "version": "4.1.1"
- }
|