package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "utila@~0.4",
  3. "_id": "utila@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=",
  6. "_location": "/utila",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "utila@~0.4",
  12. "name": "utila",
  13. "escapedName": "utila",
  14. "rawSpec": "~0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.4"
  17. },
  18. "_requiredBy": [
  19. "/dom-converter",
  20. "/pretty-error",
  21. "/renderkid"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  24. "_shasum": "8a16a05d445657a3aea5eecc5b12a4fa5379772c",
  25. "_spec": "utila@~0.4",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\pretty-error",
  27. "author": {
  28. "name": "Aria Minaei"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/AriaMinaei/utila/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "notareplacementforunderscore",
  36. "devDependencies": {
  37. "coffee-script": "~1.6.3",
  38. "little-popo": "~0.1"
  39. },
  40. "homepage": "https://github.com/AriaMinaei/utila#readme",
  41. "keywords": [
  42. "utilities"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/utila.js",
  46. "name": "utila",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/AriaMinaei/utila.git"
  50. },
  51. "scripts": {
  52. "prepublish": "coffee --bare --compile --output ./lib ./src"
  53. },
  54. "version": "0.4.0"
  55. }