Changeset 59329aa for trip-planner-front/node_modules/resolve
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/resolve/package.json
rceaed42 r59329aa 1 1 { 2 "name": "resolve", 3 "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", 4 "version": "1.20.0", 5 "repository": { 6 "type": "git", 7 "url": "git://github.com/browserify/resolve.git" 8 }, 9 "main": "index.js", 10 "keywords": [ 11 "resolve", 12 "require", 13 "node", 14 "module" 15 ], 16 "scripts": { 17 "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:", 18 "prelint": "eclint check '**/*'", 19 "lint": "eslint --ext=js,mjs .", 20 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async", 21 "tests-only": "tape test/*.js", 22 "pretest": "npm run lint", 23 "test": "npm run --silent tests-only", 24 "posttest": "npm run test:multirepo && aud --production", 25 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test" 26 }, 27 "devDependencies": { 28 "@ljharb/eslint-config": "^17.5.1", 29 "array.prototype.map": "^1.0.3", 30 "aud": "^1.1.4", 31 "eclint": "^2.8.1", 32 "eslint": "^7.19.0", 33 "object-keys": "^1.1.1", 34 "safe-publish-latest": "^1.1.4", 35 "tap": "0.4.13", 36 "tape": "^5.1.1" 37 }, 38 "license": "MIT", 39 "author": { 40 "name": "James Halliday", 41 "email": "mail@substack.net", 42 "url": "http://substack.net" 43 }, 44 "funding": { 45 "url": "https://github.com/sponsors/ljharb" 46 }, 47 "dependencies": { 48 "is-core-module": "^2.2.0", 49 "path-parse": "^1.0.6" 50 } 2 "_args": [ 3 [ 4 "resolve@1.20.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "resolve@1.20.0", 10 "_id": "resolve@1.20.0", 11 "_inBundle": false, 12 "_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", 13 "_location": "/resolve", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "resolve@1.20.0", 19 "name": "resolve", 20 "escapedName": "resolve", 21 "rawSpec": "1.20.0", 22 "saveSpec": null, 23 "fetchSpec": "1.20.0" 24 }, 25 "_requiredBy": [ 26 "/@angular/cli", 27 "/@babel/helper-define-polyfill-provider", 28 "/postcss-import" 29 ], 30 "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", 31 "_spec": "1.20.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "James Halliday", 35 "email": "mail@substack.net", 36 "url": "http://substack.net" 37 }, 38 "bugs": { 39 "url": "https://github.com/browserify/resolve/issues" 40 }, 41 "dependencies": { 42 "is-core-module": "^2.2.0", 43 "path-parse": "^1.0.6" 44 }, 45 "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", 46 "devDependencies": { 47 "@ljharb/eslint-config": "^17.5.1", 48 "array.prototype.map": "^1.0.3", 49 "aud": "^1.1.4", 50 "eclint": "^2.8.1", 51 "eslint": "^7.19.0", 52 "object-keys": "^1.1.1", 53 "safe-publish-latest": "^1.1.4", 54 "tap": "0.4.13", 55 "tape": "^5.1.1" 56 }, 57 "funding": { 58 "url": "https://github.com/sponsors/ljharb" 59 }, 60 "homepage": "https://github.com/browserify/resolve#readme", 61 "keywords": [ 62 "resolve", 63 "require", 64 "node", 65 "module" 66 ], 67 "license": "MIT", 68 "main": "index.js", 69 "name": "resolve", 70 "repository": { 71 "type": "git", 72 "url": "git://github.com/browserify/resolve.git" 73 }, 74 "scripts": { 75 "lint": "eslint --ext=js,mjs .", 76 "posttest": "npm run test:multirepo && aud --production", 77 "prelint": "eclint check '**/*'", 78 "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:", 79 "pretest": "npm run lint", 80 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async", 81 "test": "npm run --silent tests-only", 82 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test", 83 "tests-only": "tape test/*.js" 84 }, 85 "version": "1.20.0" 51 86 }
Note:
See TracChangeset
for help on using the changeset viewer.