package.json 2.3 KB

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