package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "arr-flatten@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arr-flatten@1.0.1",
  10. "_id": "arr-flatten@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5f/lTUXhnzLyFukeuZyM6JK7YEs=",
  13. "_location": "/arr-flatten",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "arr-flatten@1.0.1",
  19. "name": "arr-flatten",
  20. "escapedName": "arr-flatten",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/arr-diff"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  37. },
  38. "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
  39. "devDependencies": {
  40. "array-flatten": "^1.0.2",
  41. "array-slice": "^0.2.2",
  42. "benchmarked": "^0.1.3",
  43. "chalk": "^0.5.1",
  44. "glob": "^4.3.5",
  45. "kind-of": "^1.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  54. "keywords": [
  55. "arr",
  56. "array",
  57. "elements",
  58. "flat",
  59. "flatten",
  60. "nested",
  61. "recurse",
  62. "recursive",
  63. "recursively"
  64. ],
  65. "license": {
  66. "type": "MIT",
  67. "url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
  68. },
  69. "main": "index.js",
  70. "name": "arr-flatten",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/jonschlinkert/arr-flatten.git"
  74. },
  75. "scripts": {
  76. "benchmarks": "node benchmark",
  77. "test": "mocha"
  78. },
  79. "version": "1.0.1"
  80. }