package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "whet.extend@0.9.9",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "whet.extend@0.9.9",
  9. "_id": "whet.extend@0.9.9",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=",
  12. "_location": "/whet.extend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "whet.extend@0.9.9",
  18. "name": "whet.extend",
  19. "escapedName": "whet.extend",
  20. "rawSpec": "0.9.9",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.9"
  23. },
  24. "_requiredBy": [
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
  28. "_spec": "0.9.9",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Dmitrii Karpich",
  32. "email": "meettya@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Meettya/whet.extend/issues"
  36. },
  37. "description": "A sharped version of port of jQuery.extend that actually works on node.js",
  38. "devDependencies": {
  39. "chai": "~1.4.2",
  40. "coffee-script": ">=1.3.3",
  41. "mocha": "~1.8.1",
  42. "should": "0.5.1"
  43. },
  44. "engines": {
  45. "node": ">=0.6.0"
  46. },
  47. "homepage": "https://github.com/Meettya/whet.extend#readme",
  48. "keywords": [
  49. "extend",
  50. "jQuery",
  51. "jQuery extend",
  52. "clone",
  53. "copy",
  54. "inherit"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "whet.extend",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/Meettya/whet.extend.git"
  62. },
  63. "scripts": {
  64. "test": "cake test"
  65. },
  66. "version": "0.9.9"
  67. }