package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-flatten@^1.0.1",
  6. "scope": null,
  7. "escapedName": "arr-flatten",
  8. "name": "arr-flatten",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/arr-diff"
  14. ]
  15. ],
  16. "_from": "arr-flatten@>=1.0.1 <2.0.0",
  17. "_id": "arr-flatten@1.0.1",
  18. "_inCache": true,
  19. "_location": "/arr-flatten",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "arr-flatten@^1.0.1",
  29. "scope": null,
  30. "escapedName": "arr-flatten",
  31. "name": "arr-flatten",
  32. "rawSpec": "^1.0.1",
  33. "spec": ">=1.0.1 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/arr-diff"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
  40. "_shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
  41. "_shrinkwrap": null,
  42. "_spec": "arr-flatten@^1.0.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/arr-diff",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
  53. "devDependencies": {
  54. "array-flatten": "^1.0.2",
  55. "array-slice": "^0.2.2",
  56. "benchmarked": "^0.1.3",
  57. "chalk": "^0.5.1",
  58. "glob": "^4.3.5",
  59. "kind-of": "^1.0.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
  64. "tarball": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "7b3706eaa0093d8f5ba65af8ed590b6fcb3fe7cf",
  73. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  74. "keywords": [
  75. "arr",
  76. "array",
  77. "elements",
  78. "flat",
  79. "flatten",
  80. "nested",
  81. "recurse",
  82. "recursive",
  83. "recursively"
  84. ],
  85. "license": {
  86. "type": "MIT",
  87. "url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
  88. },
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "jonschlinkert",
  93. "email": "github@sellside.com"
  94. }
  95. ],
  96. "name": "arr-flatten",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/jonschlinkert/arr-flatten.git"
  102. },
  103. "scripts": {
  104. "benchmarks": "node benchmark",
  105. "test": "mocha"
  106. },
  107. "version": "1.0.1"
  108. }