WIP - add extractor, generate snippet_data
This commit is contained in:
61
node_modules/pnp-webpack-plugin/package.json
generated
vendored
Normal file
61
node_modules/pnp-webpack-plugin/package.json
generated
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "pnp-webpack-plugin@^1.4.1",
|
||||
"_id": "pnp-webpack-plugin@1.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg==",
|
||||
"_location": "/pnp-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pnp-webpack-plugin@^1.4.1",
|
||||
"name": "pnp-webpack-plugin",
|
||||
"escapedName": "pnp-webpack-plugin",
|
||||
"rawSpec": "^1.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.5.0.tgz",
|
||||
"_shasum": "62a1cd3068f46d564bb33c56eb250e4d586676eb",
|
||||
"_spec": "pnp-webpack-plugin@^1.4.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"bugs": {
|
||||
"url": "https://github.com/arcanis/pnp-webpack-plugin/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"ts-pnp": "^1.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "plug'n'play resolver for Webpack",
|
||||
"devDependencies": {
|
||||
"enhanced-resolve": "^4.1.0",
|
||||
"jest": "^23.6.0",
|
||||
"jest-environment-node": "^23.4.0",
|
||||
"jest-pnp-resolver": "^1.0.1",
|
||||
"source-map": "^0.7.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"homepage": "https://github.com/arcanis/pnp-webpack-plugin",
|
||||
"installConfig": {
|
||||
"pnp": true
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"yarn",
|
||||
"plugnplay",
|
||||
"pnp"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "pnp-webpack-plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/arcanis/pnp-webpack-plugin.git"
|
||||
},
|
||||
"version": "1.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user