package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "array-flatten@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-flatten@1.1.1",
  10. "_id": "array-flatten@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
  13. "_location": "/array-flatten",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-flatten@1.1.1",
  19. "name": "array-flatten",
  20. "escapedName": "array-flatten",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/array-flatten/download/array-flatten-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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 an array of nested arrays into a single flat array",
  40. "devDependencies": {
  41. "istanbul": "^0.3.13",
  42. "mocha": "^2.2.4",
  43. "pre-commit": "^1.0.7",
  44. "standard": "^3.7.3"
  45. },
  46. "files": [
  47. "array-flatten.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/array-flatten",
  51. "keywords": [
  52. "array",
  53. "flatten",
  54. "arguments",
  55. "depth"
  56. ],
  57. "license": "MIT",
  58. "main": "array-flatten.js",
  59. "name": "array-flatten",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/blakeembrey/array-flatten.git"
  63. },
  64. "scripts": {
  65. "test": "istanbul cover _mocha -- -R spec"
  66. },
  67. "version": "1.1.1"
  68. }