package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "arrify@^2.0.1",
  3. "_id": "arrify@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
  6. "_location": "/arrify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arrify@^2.0.1",
  12. "name": "arrify",
  13. "escapedName": "arrify",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
  22. "_shasum": "c9655e9331e0abcd588d2a7cad7e9956f66701fa",
  23. "_spec": "arrify@^2.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-webpack-plugin",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/arrify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Convert a value to an array",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/arrify#readme",
  49. "keywords": [
  50. "array",
  51. "arrify",
  52. "arrayify",
  53. "convert",
  54. "value",
  55. "ensure"
  56. ],
  57. "license": "MIT",
  58. "name": "arrify",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/arrify.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava && tsd"
  65. },
  66. "version": "2.0.1"
  67. }