package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "concat-map@0.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "concat-map@0.0.1",
  10. "_id": "concat-map@0.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
  13. "_location": "/concat-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "concat-map@0.0.1",
  19. "name": "concat-map",
  20. "escapedName": "concat-map",
  21. "rawSpec": "0.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.1"
  24. },
  25. "_requiredBy": [
  26. "/brace-expansion"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  29. "_spec": "0.0.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-concat-map/issues"
  38. },
  39. "description": "concatenative mapdashery",
  40. "devDependencies": {
  41. "tape": "~2.4.0"
  42. },
  43. "directories": {
  44. "example": "example",
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/substack/node-concat-map#readme",
  48. "keywords": [
  49. "concat",
  50. "concatMap",
  51. "map",
  52. "functional",
  53. "higher-order"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "concat-map",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/substack/node-concat-map.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": {
  68. "ie": [
  69. 6,
  70. 7,
  71. 8,
  72. 9
  73. ],
  74. "ff": [
  75. 3.5,
  76. 10,
  77. 15
  78. ],
  79. "chrome": [
  80. 10,
  81. 22
  82. ],
  83. "safari": [
  84. 5.1
  85. ],
  86. "opera": [
  87. 12
  88. ]
  89. }
  90. },
  91. "version": "0.0.1"
  92. }