Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

77 строки
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "import-cwd@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "import-cwd@2.1.0",
  9. "_id": "import-cwd@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=",
  12. "_location": "/import-cwd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "import-cwd@2.1.0",
  18. "name": "import-cwd",
  19. "escapedName": "import-cwd",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-load-config"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/import-cwd/issues"
  37. },
  38. "dependencies": {
  39. "import-from": "^2.1.0"
  40. },
  41. "description": "Import a module like with `require()` but from the current working directory",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/import-cwd#readme",
  53. "keywords": [
  54. "require",
  55. "resolve",
  56. "path",
  57. "module",
  58. "from",
  59. "like",
  60. "cwd",
  61. "current",
  62. "working",
  63. "directory",
  64. "import"
  65. ],
  66. "license": "MIT",
  67. "name": "import-cwd",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/import-cwd.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "2.1.0"
  76. }