package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "extend@~3.0.1",
  9. "_id": "extend@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
  12. "_location": "/extend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extend@3.0.1",
  18. "name": "extend",
  19. "escapedName": "extend",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
  29. "_shasum": "a755ea7bc1adfcc5a31ce7e762dbaadc5e636444",
  30. "_spec": "3.0.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Stefan Thomas",
  34. "email": "justmoon@members.fsf.org",
  35. "url": "http://www.justmoon.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/justmoon/node-extend/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Jordan Harband",
  44. "url": "https://github.com/ljharb"
  45. }
  46. ],
  47. "dependencies": {},
  48. "deprecated": false,
  49. "description": "Port of jQuery.extend for node.js and the browser",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^11.0.0",
  52. "covert": "^1.1.0",
  53. "eslint": "^3.19.0",
  54. "jscs": "^3.0.7",
  55. "tape": "^4.6.3"
  56. },
  57. "homepage": "https://github.com/justmoon/node-extend#readme",
  58. "keywords": [
  59. "extend",
  60. "clone",
  61. "merge"
  62. ],
  63. "license": "MIT",
  64. "main": "index",
  65. "name": "extend",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/justmoon/node-extend.git"
  69. },
  70. "scripts": {
  71. "coverage": "covert test/index.js",
  72. "coverage-quiet": "covert test/index.js --quiet",
  73. "eslint": "eslint *.js */*.js",
  74. "jscs": "jscs *.js */*.js",
  75. "lint": "npm run jscs && npm run eslint",
  76. "posttest": "npm run coverage-quiet",
  77. "pretest": "npm run lint",
  78. "test": "npm run tests-only",
  79. "tests-only": "node test"
  80. },
  81. "version": "3.0.1"
  82. }