Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/is-windows/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-windows",
    3   "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
    4   "version": "1.0.2",
    5   "homepage": "https://github.com/jonschlinkert/is-windows",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Simen Bekkhus (https://github.com/SimenB)",
    10     "刘祺 (gucong.co.cc)"
     2  "_args": [
     3    [
     4      "is-windows@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/is-windows",
     8  "_development": true,
     9  "_from": "is-windows@1.0.2",
     10  "_id": "is-windows@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
     13  "_location": "/is-windows",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-windows@1.0.2",
     19    "name": "is-windows",
     20    "escapedName": "is-windows",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/nanomatch"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1335  "bugs": {
    1436    "url": "https://github.com/jonschlinkert/is-windows/issues"
    1537  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Jon Schlinkert",
     41      "url": "http://twitter.com/jonschlinkert"
     42    },
     43    {
     44      "name": "Simen Bekkhus",
     45      "url": "https://github.com/SimenB"
     46    },
     47    {
     48      "name": "刘祺",
     49      "url": "gucong.co.cc"
     50    }
    1951  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
     52  "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
    2753  "devDependencies": {
    2854    "gulp-format-md": "^1.0.0",
    2955    "mocha": "^3.5.3"
    3056  },
     57  "engines": {
     58    "node": ">=0.10.0"
     59  },
     60  "files": [
     61    "index.js"
     62  ],
     63  "homepage": "https://github.com/jonschlinkert/is-windows",
    3164  "keywords": [
    3265    "check",
     
    4477    "windows"
    4578  ],
     79  "license": "MIT",
     80  "main": "index.js",
     81  "name": "is-windows",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/jonschlinkert/is-windows.git"
     85  },
     86  "scripts": {
     87    "test": "mocha"
     88  },
    4689  "verb": {
    4790    "toc": false,
     
    68111      "verb"
    69112    ]
    70   }
     113  },
     114  "version": "1.0.2"
    71115}
Note: See TracChangeset for help on using the changeset viewer.