package.json 2.1 KB

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