package.json 2.1 KB

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