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/path-is-absolute/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "path-is-absolute",
    3   "version": "1.0.1",
    4   "description": "Node.js 0.12 path.isAbsolute() ponyfill",
    5   "license": "MIT",
    6   "repository": "sindresorhus/path-is-absolute",
     2  "_args": [
     3    [
     4      "path-is-absolute@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "path-is-absolute@1.0.1",
     10  "_id": "path-is-absolute@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
     13  "_location": "/path-is-absolute",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-is-absolute@1.0.1",
     19    "name": "path-is-absolute",
     20    "escapedName": "path-is-absolute",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/glob",
     27    "/webpack-dev-server/chokidar"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
     30  "_spec": "1.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    732  "author": {
    833    "name": "Sindre Sorhus",
     
    1035    "url": "sindresorhus.com"
    1136  },
     37  "bugs": {
     38    "url": "https://github.com/sindresorhus/path-is-absolute/issues"
     39  },
     40  "description": "Node.js 0.12 path.isAbsolute() ponyfill",
     41  "devDependencies": {
     42    "xo": "^0.16.0"
     43  },
    1244  "engines": {
    1345    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && node test.js"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
    2151  "keywords": [
    2252    "path",
     
    3868    "check"
    3969  ],
    40   "devDependencies": {
    41     "xo": "^0.16.0"
    42   }
     70  "license": "MIT",
     71  "name": "path-is-absolute",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
     75  },
     76  "scripts": {
     77    "test": "xo && node test.js"
     78  },
     79  "version": "1.0.1"
    4380}
Note: See TracChangeset for help on using the changeset viewer.