package.json 1.5 KB

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