package.json 2.4 KB

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