package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "node.extend@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pDT4Dchl94/+kkgdwyS2PauDFjZG0Hk0IcHIB+LkW27HLDtdoeMxHTxZh39DYbPP8UflWXWj9JcdDozF+YDOpQ==",
  6. "_location": "/node.extend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node.extend@^2.0.0",
  12. "name": "node.extend",
  13. "escapedName": "node.extend",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-notify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.2.tgz",
  22. "_shasum": "b4404525494acc99740f3703c496b7d5182cc6cc",
  23. "_spec": "node.extend@^2.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-notify",
  25. "author": {
  26. "name": "dreamerslab",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dreamerslab/node.extend/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband"
  36. }
  37. ],
  38. "dependencies": {
  39. "has": "^1.0.3",
  40. "is": "^3.2.1"
  41. },
  42. "deprecated": false,
  43. "description": "A port of jQuery.extend that actually works on node.js",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^13.0.0",
  46. "covert": "^1.1.0",
  47. "eslint": "^5.8.0",
  48. "jscs": "^3.0.7",
  49. "safe-publish-latest": "^1.1.2",
  50. "tape": "^4.9.1"
  51. },
  52. "engines": {
  53. "node": ">=0.4.0"
  54. },
  55. "homepage": "https://github.com/dreamerslab/node.extend#readme",
  56. "keywords": [
  57. "extend",
  58. "jQuery",
  59. "jQuery extend",
  60. "clone",
  61. "copy",
  62. "inherit"
  63. ],
  64. "license": "(MIT OR GPL-2.0)",
  65. "main": "index",
  66. "name": "node.extend",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/dreamerslab/node.extend.git"
  70. },
  71. "scripts": {
  72. "coverage": "covert test/index.js",
  73. "coverage-quiet": "covert test/index.js --quiet",
  74. "eslint": "eslint",
  75. "jscs": "jscs *.js */*.js",
  76. "lint": "npm run jscs && npm run eslint .",
  77. "posttest": "npm run coverage-quiet",
  78. "prepublish": "safe-publish-latest",
  79. "pretest": "npm run lint",
  80. "test": "npm run --silent tests-only",
  81. "tests-only": "node test"
  82. },
  83. "testling": {
  84. "files": "test/index.js",
  85. "browsers": [
  86. "iexplore/6.0..latest",
  87. "firefox/3.0..6.0",
  88. "firefox/15.0..latest",
  89. "firefox/nightly",
  90. "chrome/4.0..10.0",
  91. "chrome/20.0..latest",
  92. "chrome/canary",
  93. "opera/10.0..latest",
  94. "opera/next",
  95. "safari/4.0..latest",
  96. "ipad/6.0..latest",
  97. "iphone/6.0..latest"
  98. ]
  99. },
  100. "version": "2.0.2"
  101. }