package.json 1.9 KB

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