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-resolvable/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "is-resolvable",
    3         "version": "1.1.0",
    4         "description": "Check if a module ID is resolvable with require()",
    5         "repository": "shinnn/is-resolvable",
    6         "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
    7         "scripts": {
    8                 "pretest": "eslint --fix --format=codeframe index.js test.js",
    9                 "test": "node --throw-deprecation --track-heap-objects test.js",
    10                 "coverage": "istanbul cover --print=both test.js"
    11         },
    12         "license": "ISC",
    13         "files": [
    14                 "index.js"
    15         ],
    16         "keywords": [
    17                 "file",
    18                 "path",
    19                 "resolve",
    20                 "resolvable",
    21                 "check",
    22                 "module"
    23         ],
    24         "devDependencies": {
    25                 "@shinnn/eslint-config-node": "^5.0.0",
    26                 "eslint": "^4.16.0",
    27                 "istanbul": "^0.4.5",
    28                 "tape": "^4.8.0"
    29         },
    30         "eslintConfig": {
    31                 "extends": "@shinnn/node",
    32                 "rules": {
    33                         "no-var": "off",
    34                         "prefer-template": "off"
    35                 }
    36         }
     2  "_args": [
     3    [
     4      "is-resolvable@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-resolvable@1.1.0",
     10  "_id": "is-resolvable@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
     13  "_location": "/is-resolvable",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-resolvable@1.1.0",
     19    "name": "is-resolvable",
     20    "escapedName": "is-resolvable",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/cssnano"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
     29  "_spec": "1.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Shinnosuke Watanabe",
     33    "url": "https://github.com/shinnn"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/shinnn/is-resolvable/issues"
     37  },
     38  "description": "Check if a module ID is resolvable with require()",
     39  "devDependencies": {
     40    "@shinnn/eslint-config-node": "^5.0.0",
     41    "eslint": "^4.16.0",
     42    "istanbul": "^0.4.5",
     43    "tape": "^4.8.0"
     44  },
     45  "eslintConfig": {
     46    "extends": "@shinnn/node",
     47    "rules": {
     48      "no-var": "off",
     49      "prefer-template": "off"
     50    }
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/shinnn/is-resolvable#readme",
     56  "keywords": [
     57    "file",
     58    "path",
     59    "resolve",
     60    "resolvable",
     61    "check",
     62    "module"
     63  ],
     64  "license": "ISC",
     65  "name": "is-resolvable",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/shinnn/is-resolvable.git"
     69  },
     70  "scripts": {
     71    "coverage": "istanbul cover --print=both test.js",
     72    "pretest": "eslint --fix --format=codeframe index.js test.js",
     73    "test": "node --throw-deprecation --track-heap-objects test.js"
     74  },
     75  "version": "1.1.0"
    3776}
Note: See TracChangeset for help on using the changeset viewer.