package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extend@3.0.0",
  10. "_id": "extend@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WkdDU7nzNT3dgXbf03uRyDpG8dQ=",
  13. "_location": "/extend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "extend@3.0.0",
  19. "name": "extend",
  20. "escapedName": "extend",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/liftoff",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "url": "https://github.com/ljharb"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "Port of jQuery.extend for node.js and the browser",
  48. "devDependencies": {
  49. "covert": "^1.1.0",
  50. "eslint": "^0.24.0",
  51. "jscs": "^1.13.1",
  52. "tape": "^4.0.0"
  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. "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  74. },
  75. "version": "3.0.0"
  76. }