Changeset 59329aa for trip-planner-front/node_modules/is-what
- 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/is-what/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-what", 3 "sideEffects": false, 4 "version": "3.14.1", 5 "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", 6 "main": "dist/index.cjs.js", 7 "module": "dist/index.esm.js", 8 "typings": "types/index.d.ts", 9 "scripts": { 10 "test": "ava", 11 "jest": "jest", 12 "jest-w": "jest --watchAll", 13 "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx", 14 "rollup": "rollup -c ./build.js", 15 "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest", 16 "release": "npm run build && np" 2 "_args": [ 3 [ 4 "is-what@3.14.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-what@3.14.1", 10 "_id": "is-what@3.14.1", 11 "_inBundle": false, 12 "_integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", 13 "_location": "/is-what", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-what@3.14.1", 19 "name": "is-what", 20 "escapedName": "is-what", 21 "rawSpec": "3.14.1", 22 "saveSpec": null, 23 "fetchSpec": "3.14.1" 17 24 }, 18 "repository": { 19 "type": "git", 20 "url": "git+https://github.com/mesqueeb/is-what.git" 25 "_requiredBy": [ 26 "/copy-anything" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", 29 "_spec": "3.14.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Luca Ban - Mesqueeb" 21 33 }, 22 "keywords": [ 23 "javascript", 24 "typescript", 25 "typechecker", 26 "check-type", 27 "javascript-type", 28 "primitive-types", 29 "plain-object", 30 "plain-objects", 31 "class-instance", 32 "class-identifier", 33 "type-checking", 34 "type-checker", 35 "type-check", 36 "define-type", 37 "get-type", 38 "what-type", 39 "is-object", 40 "is-plain-obj", 41 "is-plain-object" 42 ], 43 "author": "Luca Ban - Mesqueeb", 44 "license": "MIT", 34 "ava": { 35 "extensions": [ 36 "ts" 37 ], 38 "require": [ 39 "tsconfig-paths/register", 40 "ts-node/register" 41 ] 42 }, 45 43 "bugs": { 46 44 "url": "https://github.com/mesqueeb/is-what/issues" 47 45 }, 48 " homepage": "https://github.com/mesqueeb/is-what#readme",46 "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", 49 47 "devDependencies": { 50 48 "@babel/core": "^7.12.17", … … 71 69 "typescript": "^4.1.5" 72 70 }, 73 "ava": { 74 "extensions": [ 75 "ts" 76 ], 77 "require": [ 78 "tsconfig-paths/register", 79 "ts-node/register" 80 ] 81 }, 71 "homepage": "https://github.com/mesqueeb/is-what#readme", 72 "keywords": [ 73 "javascript", 74 "typescript", 75 "typechecker", 76 "check-type", 77 "javascript-type", 78 "primitive-types", 79 "plain-object", 80 "plain-objects", 81 "class-instance", 82 "class-identifier", 83 "type-checking", 84 "type-checker", 85 "type-check", 86 "define-type", 87 "get-type", 88 "what-type", 89 "is-object", 90 "is-plain-obj", 91 "is-plain-object" 92 ], 93 "license": "MIT", 94 "main": "dist/index.cjs.js", 95 "module": "dist/index.esm.js", 96 "name": "is-what", 82 97 "np": { 83 98 "yarn": false, 84 99 "branch": "production" 85 } 100 }, 101 "repository": { 102 "type": "git", 103 "url": "git+https://github.com/mesqueeb/is-what.git" 104 }, 105 "scripts": { 106 "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest", 107 "jest": "jest", 108 "jest-w": "jest --watchAll", 109 "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx", 110 "release": "npm run build && np", 111 "rollup": "rollup -c ./build.js", 112 "test": "ava" 113 }, 114 "sideEffects": false, 115 "typings": "types/index.d.ts", 116 "version": "3.14.1" 86 117 }
Note:
See TracChangeset
for help on using the changeset viewer.