25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

76 satır
2.0 KiB

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