package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arrify@^1.0.0",
  6. "scope": null,
  7. "escapedName": "arrify",
  8. "name": "arrify",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/globby"
  14. ]
  15. ],
  16. "_from": "arrify@>=1.0.0 <2.0.0",
  17. "_id": "arrify@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/arrify",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "3.5.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "arrify@^1.0.0",
  30. "scope": null,
  31. "escapedName": "arrify",
  32. "name": "arrify",
  33. "rawSpec": "^1.0.0",
  34. "spec": ">=1.0.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/anymatch",
  39. "/globby"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  42. "_shasum": "898508da2226f380df904728456849c1501a4b0d",
  43. "_shrinkwrap": null,
  44. "_spec": "arrify@^1.0.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/globby",
  46. "author": {
  47. "name": "Sindre Sorhus",
  48. "email": "sindresorhus@gmail.com",
  49. "url": "sindresorhus.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/arrify/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Convert a value to an array",
  56. "devDependencies": {
  57. "ava": "*",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "898508da2226f380df904728456849c1501a4b0d",
  63. "tarball": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "087edee1a58d5adaac6cae5a107886121ef43783",
  72. "homepage": "https://github.com/sindresorhus/arrify#readme",
  73. "keywords": [
  74. "array",
  75. "arr",
  76. "arrify",
  77. "arrayify",
  78. "convert",
  79. "value"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "sindresorhus",
  85. "email": "sindresorhus@gmail.com"
  86. }
  87. ],
  88. "name": "arrify",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/arrify.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava"
  97. },
  98. "version": "1.0.1"
  99. }