package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "xtend@4.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "xtend@4.0.1",
  9. "_id": "xtend@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
  12. "_location": "/xtend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "xtend@4.0.1",
  18. "name": "xtend",
  19. "escapedName": "xtend",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/glob-stream/through2",
  26. "/is-my-json-valid",
  27. "/through2",
  28. "/vinyl-fs/through2"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  31. "_spec": "4.0.1",
  32. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  33. "author": {
  34. "name": "Raynos",
  35. "email": "raynos2@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Raynos/xtend/issues",
  39. "email": "raynos2@gmail.com"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Jake Verbaten"
  44. },
  45. {
  46. "name": "Matt Esch"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "extend like a boss",
  51. "devDependencies": {
  52. "tape": "~1.1.0"
  53. },
  54. "engines": {
  55. "node": ">=0.4"
  56. },
  57. "homepage": "https://github.com/Raynos/xtend",
  58. "keywords": [
  59. "extend",
  60. "merge",
  61. "options",
  62. "opts",
  63. "object",
  64. "array"
  65. ],
  66. "license": "MIT",
  67. "main": "immutable",
  68. "name": "xtend",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/Raynos/xtend.git"
  72. },
  73. "scripts": {
  74. "test": "node test"
  75. },
  76. "testling": {
  77. "files": "test.js",
  78. "browsers": [
  79. "ie/7..latest",
  80. "firefox/16..latest",
  81. "firefox/nightly",
  82. "chrome/22..latest",
  83. "chrome/canary",
  84. "opera/12..latest",
  85. "opera/next",
  86. "safari/5.1..latest",
  87. "ipad/6.0..latest",
  88. "iphone/6.0..latest"
  89. ]
  90. },
  91. "version": "4.0.1"
  92. }