Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "import-local@2.0.0",
  3. "_id": "import-local@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
  6. "_location": "/import-local",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "import-local@2.0.0",
  12. "name": "import-local",
  13. "escapedName": "import-local",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
  22. "_shasum": "55070be38a5993cf18ef6db7e961f5bee5c5a09d",
  23. "_spec": "import-local@2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack-cli",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bin": {
  31. "import-local-fixture": "fixtures/cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/import-local/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "pkg-dir": "^3.0.0",
  39. "resolve-cwd": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Let a globally installed package use a locally installed version of itself if available",
  43. "devDependencies": {
  44. "ava": "*",
  45. "cpy": "^7.0.1",
  46. "del": "^3.0.0",
  47. "execa": "^0.11.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js",
  55. "fixtures/cli.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/import-local#readme",
  58. "keywords": [
  59. "import",
  60. "local",
  61. "require",
  62. "resolve",
  63. "global",
  64. "version",
  65. "prefer",
  66. "cli"
  67. ],
  68. "license": "MIT",
  69. "name": "import-local",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/import-local.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "2.0.0",
  78. "xo": {
  79. "ignores": [
  80. "fixtures"
  81. ]
  82. }
  83. }