Changeset 59329aa for trip-planner-front/node_modules/normalize-range
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/normalize-range/package.json
rceaed42 r59329aa 1 1 { 2 "name": "normalize-range", 3 "version": "0.1.2", 4 "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates", 5 "license": "MIT", 6 "repository": "jamestalmage/normalize-range", 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", 7 31 "author": { 8 32 "name": "James Talmage", … … 10 34 "url": "github.com/jamestalmage" 11 35 }, 12 " engines": {13 " node": ">=0.10.0"36 "bugs": { 37 "url": "https://github.com/jamestalmage/normalize-range/issues" 14 38 }, 15 "scripts": {16 "test": "npm run cover && npm run lint && npm run style",17 "cover": "istanbul cover ./node_modules/.bin/_mocha",18 "lint": "jshint --reporter=node_modules/jshint-stylish *.js test/*.js",19 "debug": "mocha",20 "watch": "mocha -w",21 "style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc"22 },23 "files": [24 "index.js"25 ],26 "keywords": [27 "range",28 "normalize",29 "utility",30 "angle",31 "degrees",32 "polar"33 ],34 39 "dependencies": {}, 40 "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates", 35 41 "devDependencies": { 36 42 "almost-equal": "^1.0.0", … … 43 49 "mocha": "^2.2.5", 44 50 "stringify-pi": "0.0.3" 45 } 51 }, 52 "engines": { 53 "node": ">=0.10.0" 54 }, 55 "files": [ 56 "index.js" 57 ], 58 "homepage": "https://github.com/jamestalmage/normalize-range#readme", 59 "keywords": [ 60 "range", 61 "normalize", 62 "utility", 63 "angle", 64 "degrees", 65 "polar" 66 ], 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" 46 82 }
Note:
See TracChangeset
for help on using the changeset viewer.