package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extend@3.0.2",
  10. "_id": "extend@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=",
  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. "/request"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/extend/download/extend-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Stefan Thomas",
  33. "email": "justmoon@members.fsf.org",
  34. "url": "http://www.justmoon.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/justmoon/node-extend/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "url": "https://github.com/ljharb"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Port of jQuery.extend for node.js and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^12.2.1",
  49. "covert": "^1.1.0",
  50. "eslint": "^4.19.1",
  51. "jscs": "^3.0.7",
  52. "tape": "^4.9.1"
  53. },
  54. "homepage": "https://github.com/justmoon/node-extend#readme",
  55. "keywords": [
  56. "extend",
  57. "clone",
  58. "merge"
  59. ],
  60. "license": "MIT",
  61. "main": "index",
  62. "name": "extend",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/justmoon/node-extend.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test/index.js",
  69. "coverage-quiet": "covert test/index.js --quiet",
  70. "eslint": "eslint *.js */*.js",
  71. "jscs": "jscs *.js */*.js",
  72. "lint": "npm run jscs && npm run eslint",
  73. "posttest": "npm run coverage-quiet",
  74. "pretest": "npm run lint",
  75. "test": "npm run tests-only",
  76. "tests-only": "node test"
  77. },
  78. "version": "3.0.2"
  79. }