package.json 1.3 KB

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