package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "normalize-range@^0.1.2",
  3. "_id": "normalize-range@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
  6. "_location": "/normalize-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-range@^0.1.2",
  12. "name": "normalize-range",
  13. "escapedName": "normalize-range",
  14. "rawSpec": "^0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  22. "_shasum": "2d10c06bdfd312ea9777695a4d28439456b75942",
  23. "_spec": "normalize-range@^0.1.2",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/autoprefixer",
  25. "author": {
  26. "name": "James Talmage",
  27. "email": "james@talmage.io",
  28. "url": "github.com/jamestalmage"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jamestalmage/normalize-range/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates",
  37. "devDependencies": {
  38. "almost-equal": "^1.0.0",
  39. "codeclimate-test-reporter": "^0.1.0",
  40. "coveralls": "^2.11.2",
  41. "istanbul": "^0.3.17",
  42. "jscs": "^2.1.1",
  43. "jshint": "^2.8.0",
  44. "jshint-stylish": "^2.0.1",
  45. "mocha": "^2.2.5",
  46. "stringify-pi": "0.0.3"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jamestalmage/normalize-range#readme",
  55. "keywords": [
  56. "range",
  57. "normalize",
  58. "utility",
  59. "angle",
  60. "degrees",
  61. "polar"
  62. ],
  63. "license": "MIT",
  64. "name": "normalize-range",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jamestalmage/normalize-range.git"
  68. },
  69. "scripts": {
  70. "cover": "istanbul cover ./node_modules/.bin/_mocha",
  71. "debug": "mocha",
  72. "lint": "jshint --reporter=node_modules/jshint-stylish *.js test/*.js",
  73. "style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc",
  74. "test": "npm run cover && npm run lint && npm run style",
  75. "watch": "mocha -w"
  76. },
  77. "version": "0.1.2"
  78. }