Last change
on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
2.3 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 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",
|
---|
[6a3a178] | 19 | "name": "stable",
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 42 | },
|
---|
[59329aa] | 43 | {
|
---|
| 44 | "name": "Mattias Buelens",
|
---|
| 45 | "email": "mattias@buelens.com"
|
---|
[6a3a178] | 46 | },
|
---|
[59329aa] | 47 | {
|
---|
| 48 | "name": "Stéphan Kochen",
|
---|
| 49 | "email": "stephan@angrybytes.com"
|
---|
[6a3a178] | 50 | },
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 105 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.