package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "array-flatten@^2.1.0",
  3. "_id": "array-flatten@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
  6. "_location": "/array-flatten",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-flatten@^2.1.0",
  12. "name": "array-flatten",
  13. "escapedName": "array-flatten",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bonjour"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  22. "_shasum": "24ef80a28c1a893617e2149b0c6d0d788293b099",
  23. "_spec": "array-flatten@^2.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bonjour",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/array-flatten/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Flatten nested arrays",
  36. "devDependencies": {
  37. "benchmarked": "^2.0.0",
  38. "istanbul": "^0.4.0",
  39. "mocha": "^3.1.2",
  40. "standard": "^10.0.0"
  41. },
  42. "files": [
  43. "array-flatten.js",
  44. "array-flatten.d.ts",
  45. "LICENSE"
  46. ],
  47. "homepage": "https://github.com/blakeembrey/array-flatten",
  48. "keywords": [
  49. "array",
  50. "flatten",
  51. "arguments",
  52. "depth",
  53. "fast",
  54. "for"
  55. ],
  56. "license": "MIT",
  57. "main": "array-flatten.js",
  58. "name": "array-flatten",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/blakeembrey/array-flatten.git"
  62. },
  63. "scripts": {
  64. "benchmark": "node benchmark",
  65. "lint": "standard",
  66. "test": "npm run lint && npm run test-cov",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  68. "test-spec": "mocha -R spec --bail"
  69. },
  70. "typings": "array-flatten.d.ts",
  71. "version": "2.1.2"
  72. }