package.json 2.4 KB

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