Changeset 59329aa for trip-planner-front/node_modules/stable
- 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/stable/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "stable@0.1.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "stable@0.1.8", 10 "_id": "stable@0.1.8", 11 "_inBundle": false, 12 "_integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", 13 "_location": "/stable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "stable@0.1.8", 2 19 "name": "stable", 3 "version": "0.1.8", 4 "keywords": [ 5 "stable", 6 "array", 7 "sort" 8 ], 9 "description": "A stable array sort for JavaScript", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/Two-Screen/stable.git" 20 "escapedName": "stable", 21 "rawSpec": "0.1.8", 22 "saveSpec": null, 23 "fetchSpec": "0.1.8" 24 }, 25 "_requiredBy": [ 26 "/svgo" 27 ], 28 "_resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", 29 "_spec": "0.1.8", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Angry Bytes", 33 "email": "info@angrybytes.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/Two-Screen/stable/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Domenic Denicola", 41 "email": "domenic@domenicdenicola.com" 13 42 }, 14 "main": "./stable.js", 15 "types": "./index.d.ts", 16 "files": [ 17 "stable.js", 18 "stable.min.js", 19 "index.d.ts" 20 ], 21 "devDependencies": { 22 "rollup": "^0.57.1", 23 "standard": "^11.0.1", 24 "tape": "^4.6.3", 25 "uglify-js": "^3.3.21" 43 { 44 "name": "Mattias Buelens", 45 "email": "mattias@buelens.com" 26 46 }, 27 "scripts": { 28 "test": "standard src/ && node ./src/test.js", 29 "prepare": "npm run build && npm run minify", 30 "build": "rollup -c", 31 "minify": "uglifyjs --comments \"/^!/\" -c -m -o ./stable.min.js ./stable.js" 47 { 48 "name": "Stéphan Kochen", 49 "email": "stephan@angrybytes.com" 32 50 }, 33 "testling": { 34 "files": "./src/test.js", 35 "browsers": [ 36 "ie6", 37 "ie7", 38 "ie8", 39 "ie9", 40 "ie10", 41 "firefox/25", 42 "chrome/31", 43 "safari/6.0", 44 "opera/12.0", 45 "opera/17.0", 46 "iphone/6.0", 47 "android-browser/4.2" 48 ] 49 }, 50 "author": "Angry Bytes <info@angrybytes.com>", 51 "contributors": [ 52 "Domenic Denicola <domenic@domenicdenicola.com>", 53 "Mattias Buelens <mattias@buelens.com>", 54 "Stéphan Kochen <stephan@angrybytes.com>", 55 "Yaffle" 56 ], 57 "license": "MIT" 51 { 52 "name": "Yaffle" 53 } 54 ], 55 "description": "A stable array sort for JavaScript", 56 "devDependencies": { 57 "rollup": "^0.57.1", 58 "standard": "^11.0.1", 59 "tape": "^4.6.3", 60 "uglify-js": "^3.3.21" 61 }, 62 "files": [ 63 "stable.js", 64 "stable.min.js", 65 "index.d.ts" 66 ], 67 "homepage": "https://github.com/Two-Screen/stable#readme", 68 "keywords": [ 69 "stable", 70 "array", 71 "sort" 72 ], 73 "license": "MIT", 74 "main": "./stable.js", 75 "name": "stable", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/Two-Screen/stable.git" 79 }, 80 "scripts": { 81 "build": "rollup -c", 82 "minify": "uglifyjs --comments \"/^!/\" -c -m -o ./stable.min.js ./stable.js", 83 "prepare": "npm run build && npm run minify", 84 "test": "standard src/ && node ./src/test.js" 85 }, 86 "testling": { 87 "files": "./src/test.js", 88 "browsers": [ 89 "ie6", 90 "ie7", 91 "ie8", 92 "ie9", 93 "ie10", 94 "firefox/25", 95 "chrome/31", 96 "safari/6.0", 97 "opera/12.0", 98 "opera/17.0", 99 "iphone/6.0", 100 "android-browser/4.2" 101 ] 102 }, 103 "types": "./index.d.ts", 104 "version": "0.1.8" 58 105 }
Note:
See TracChangeset
for help on using the changeset viewer.