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.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "extend@^3.0.0",
  3. "_id": "extend@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  6. "_location": "/extend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extend@^3.0.0",
  12. "name": "extend",
  13. "escapedName": "extend",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream",
  20. "/liftoff"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  23. "_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
  24. "_spec": "extend@^3.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  26. "author": {
  27. "name": "Stefan Thomas",
  28. "email": "justmoon@members.fsf.org",
  29. "url": "http://www.justmoon.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/justmoon/node-extend/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "url": "https://github.com/ljharb"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Port of jQuery.extend for node.js and the browser",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^12.2.1",
  46. "covert": "^1.1.0",
  47. "eslint": "^4.19.1",
  48. "jscs": "^3.0.7",
  49. "tape": "^4.9.1"
  50. },
  51. "homepage": "https://github.com/justmoon/node-extend#readme",
  52. "keywords": [
  53. "extend",
  54. "clone",
  55. "merge"
  56. ],
  57. "license": "MIT",
  58. "main": "index",
  59. "name": "extend",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/justmoon/node-extend.git"
  63. },
  64. "scripts": {
  65. "coverage": "covert test/index.js",
  66. "coverage-quiet": "covert test/index.js --quiet",
  67. "eslint": "eslint *.js */*.js",
  68. "jscs": "jscs *.js */*.js",
  69. "lint": "npm run jscs && npm run eslint",
  70. "posttest": "npm run coverage-quiet",
  71. "pretest": "npm run lint",
  72. "test": "npm run tests-only",
  73. "tests-only": "node test"
  74. },
  75. "version": "3.0.2"
  76. }