You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "round10@^1.0.3",
  3. "_id": "round10@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hhEPRqEIdKGTHaf91eBtGFeo5NA=",
  6. "_location": "/round10",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "round10@^1.0.3",
  12. "name": "round10",
  13. "escapedName": "round10",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/round10/-/round10-1.0.3.tgz",
  22. "_shasum": "86110f46a10874a1931da7fdd5e06d1857a8e4d0",
  23. "_spec": "round10@^1.0.3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "author": {
  26. "name": "Jakob Hohlfeld",
  27. "email": "jhohlfeld@polyban.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jhohlfeld/round10/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Brings decimal adjustment to the Math object.",
  36. "devDependencies": {
  37. "should": "^7.0.2"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "homepage": "https://github.com/jhohlfeld/round10#readme",
  43. "keywords": [
  44. "round",
  45. "round10",
  46. "mdn",
  47. "Math",
  48. "Math.round",
  49. "precision",
  50. "decimal",
  51. "adjustment"
  52. ],
  53. "license": "CC-BY-SA-2.5",
  54. "main": "round10.js",
  55. "name": "round10",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jhohlfeld/round10.git"
  59. },
  60. "scripts": {
  61. "test": "mocha test/test.js"
  62. },
  63. "version": "1.0.3"
  64. }