You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "array-flatten@1.1.1",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "array-flatten@1.1.1",
  9. "_id": "array-flatten@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/array-flatten",
  13. "_nodeVersion": "2.3.3",
  14. "_npmUser": {
  15. "email": "hello@blakeembrey.com",
  16. "name": "blakeembrey"
  17. },
  18. "_npmVersion": "2.11.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "array-flatten",
  22. "raw": "array-flatten@1.1.1",
  23. "rawSpec": "1.1.1",
  24. "scope": null,
  25. "spec": "1.1.1",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/express"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  32. "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
  33. "_shrinkwrap": null,
  34. "_spec": "array-flatten@1.1.1",
  35. "_where": "/var/www/noelle.codes/node/node_modules/express",
  36. "author": {
  37. "email": "hello@blakeembrey.com",
  38. "name": "Blake Embrey",
  39. "url": "http://blakeembrey.me"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/blakeembrey/array-flatten/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Flatten an array of nested arrays into a single flat array",
  46. "devDependencies": {
  47. "istanbul": "^0.3.13",
  48. "mocha": "^2.2.4",
  49. "pre-commit": "^1.0.7",
  50. "standard": "^3.7.3"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
  55. "tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
  56. },
  57. "files": [
  58. "LICENSE",
  59. "array-flatten.js"
  60. ],
  61. "gitHead": "1963a9189229d408e1e8f585a00c8be9edbd1803",
  62. "homepage": "https://github.com/blakeembrey/array-flatten",
  63. "keywords": [
  64. "arguments",
  65. "array",
  66. "depth",
  67. "flatten"
  68. ],
  69. "license": "MIT",
  70. "main": "array-flatten.js",
  71. "maintainers": [
  72. {
  73. "name": "blakeembrey",
  74. "email": "hello@blakeembrey.com"
  75. }
  76. ],
  77. "name": "array-flatten",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/blakeembrey/array-flatten.git"
  83. },
  84. "scripts": {
  85. "test": "istanbul cover _mocha -- -R spec"
  86. },
  87. "version": "1.1.1"
  88. }