package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "ts-pnp@^1.1.6",
  3. "_id": "ts-pnp@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==",
  6. "_location": "/ts-pnp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ts-pnp@^1.1.6",
  12. "name": "ts-pnp",
  13. "escapedName": "ts-pnp",
  14. "rawSpec": "^1.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.6"
  17. },
  18. "_requiredBy": [
  19. "/pnp-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz",
  22. "_shasum": "a500ad084b0798f1c3071af391e65912c86bca92",
  23. "_spec": "ts-pnp@^1.1.6",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\pnp-webpack-plugin",
  25. "bugs": {
  26. "url": "https://github.com/arcanis/ts-pnp/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "plug'n'play resolver for TypeScript",
  31. "devDependencies": {
  32. "typescript": "3.5.3"
  33. },
  34. "engines": {
  35. "node": ">=6"
  36. },
  37. "homepage": "https://github.com/arcanis/ts-pnp",
  38. "keywords": [
  39. "typescript",
  40. "yarn",
  41. "plugnplay",
  42. "pnp"
  43. ],
  44. "license": "MIT",
  45. "name": "ts-pnp",
  46. "peerDependenciesMeta": {
  47. "typescript": {
  48. "optional": true
  49. }
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/arcanis/ts-pnp.git"
  54. },
  55. "version": "1.2.0"
  56. }