[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "normalize-range@0.1.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 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 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
|
---|
| 29 | "_spec": "0.1.2",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": {
|
---|
| 32 | "name": "James Talmage",
|
---|
| 33 | "email": "james@talmage.io",
|
---|
| 34 | "url": "github.com/jamestalmage"
|
---|
| 35 | },
|
---|
[59329aa] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/jamestalmage/normalize-range/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {},
|
---|
| 40 | "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates",
|
---|
| 41 | "devDependencies": {
|
---|
| 42 | "almost-equal": "^1.0.0",
|
---|
| 43 | "codeclimate-test-reporter": "^0.1.0",
|
---|
| 44 | "coveralls": "^2.11.2",
|
---|
| 45 | "istanbul": "^0.3.17",
|
---|
| 46 | "jscs": "^2.1.1",
|
---|
| 47 | "jshint": "^2.8.0",
|
---|
| 48 | "jshint-stylish": "^2.0.1",
|
---|
| 49 | "mocha": "^2.2.5",
|
---|
| 50 | "stringify-pi": "0.0.3"
|
---|
| 51 | },
|
---|
[6a3a178] | 52 | "engines": {
|
---|
| 53 | "node": ">=0.10.0"
|
---|
| 54 | },
|
---|
| 55 | "files": [
|
---|
| 56 | "index.js"
|
---|
| 57 | ],
|
---|
[59329aa] | 58 | "homepage": "https://github.com/jamestalmage/normalize-range#readme",
|
---|
[6a3a178] | 59 | "keywords": [
|
---|
| 60 | "range",
|
---|
| 61 | "normalize",
|
---|
| 62 | "utility",
|
---|
| 63 | "angle",
|
---|
| 64 | "degrees",
|
---|
| 65 | "polar"
|
---|
| 66 | ],
|
---|
[59329aa] | 67 | "license": "MIT",
|
---|
| 68 | "name": "normalize-range",
|
---|
| 69 | "repository": {
|
---|
| 70 | "type": "git",
|
---|
| 71 | "url": "git+https://github.com/jamestalmage/normalize-range.git"
|
---|
| 72 | },
|
---|
| 73 | "scripts": {
|
---|
| 74 | "cover": "istanbul cover ./node_modules/.bin/_mocha",
|
---|
| 75 | "debug": "mocha",
|
---|
| 76 | "lint": "jshint --reporter=node_modules/jshint-stylish *.js test/*.js",
|
---|
| 77 | "style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc",
|
---|
| 78 | "test": "npm run cover && npm run lint && npm run style",
|
---|
| 79 | "watch": "mocha -w"
|
---|
| 80 | },
|
---|
| 81 | "version": "0.1.2"
|
---|
[6a3a178] | 82 | }
|
---|