package.json 2.7 KB

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