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

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "import-from@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-from@2.1.0",
  9. "_id": "import-from@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
  12. "_location": "/import-from",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "import-from@2.1.0",
  18. "name": "import-from",
  19. "escapedName": "import-from",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/import-cwd"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/import-from/-/import-from-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-from/issues"
  37. },
  38. "dependencies": {
  39. "resolve-from": "^3.0.0"
  40. },
  41. "description": "Import a module like with `require()` but from a given path",
  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-from#readme",
  53. "keywords": [
  54. "require",
  55. "resolve",
  56. "path",
  57. "module",
  58. "from",
  59. "like",
  60. "import",
  61. "path"
  62. ],
  63. "license": "MIT",
  64. "name": "import-from",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/import-from.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "2.1.0"
  73. }