Changeset 59329aa for trip-planner-front/node_modules/has
- 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/has/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has", 3 "description": "Object.prototype.hasOwnProperty.call shortcut", 4 "version": "1.0.3", 5 "homepage": "https://github.com/tarruda/has", 2 "_args": [ 3 [ 4 "has@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has@1.0.3", 10 "_id": "has@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 13 "_location": "/has", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has@1.0.3", 19 "name": "has", 20 "escapedName": "has", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 24 }, 25 "_requiredBy": [ 26 "/get-intrinsic", 27 "/is-core-module" 28 ], 29 "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", 30 "_spec": "1.0.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 6 32 "author": { 7 33 "name": "Thiago de Arruda", 8 34 "email": "tpadilha84@gmail.com" 9 35 }, 10 "contributors": [ 36 "bugs": { 37 "url": "https://github.com/tarruda/has/issues" 38 }, 39 "contributors": [ 11 40 { 12 41 "name": "Jordan Harband", … … 15 44 } 16 45 ], 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/tarruda/has.git" 46 "dependencies": { 47 "function-bind": "^1.1.1" 20 48 }, 21 "bugs": { 22 "url": "https://github.com/tarruda/has/issues" 49 "description": "Object.prototype.hasOwnProperty.call shortcut", 50 "devDependencies": { 51 "@ljharb/eslint-config": "^12.2.1", 52 "eslint": "^4.19.1", 53 "tape": "^4.9.0" 23 54 }, 55 "engines": { 56 "node": ">= 0.4.0" 57 }, 58 "homepage": "https://github.com/tarruda/has", 24 59 "license": "MIT", 25 60 "licenses": [ … … 30 65 ], 31 66 "main": "./src", 32 "dependencies": { 33 "function-bind": "^1.1.1" 34 }, 35 "devDependencies": { 36 "@ljharb/eslint-config": "^12.2.1", 37 "eslint": "^4.19.1", 38 "tape": "^4.9.0" 39 }, 40 "engines": { 41 "node": ">= 0.4.0" 67 "name": "has", 68 "repository": { 69 "type": "git", 70 "url": "git://github.com/tarruda/has.git" 42 71 }, 43 72 "scripts": { … … 45 74 "pretest": "npm run lint", 46 75 "test": "tape test" 47 } 76 }, 77 "version": "1.0.3" 48 78 }
Note:
See TracChangeset
for help on using the changeset viewer.