source: trip-planner-front/node_modules/is-resolvable/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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"
76}
Note: See TracBrowser for help on using the repository browser.