- 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-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 4 "version": "1.0.2", 5 "homepage": "https://github.com/jonschlinkert/is-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "is-descriptor@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/is-descriptor", 8 "_development": true, 9 "_from": "is-descriptor@1.0.2", 10 "_id": "is-descriptor@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", 13 "_location": "/is-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-descriptor@1.0.2", 19 "name": "is-descriptor", 20 "escapedName": "is-descriptor", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/base/define-property", 27 "/define-property", 28 "/extglob/define-property", 29 "/snapdragon-node/define-property" 30 ], 31 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", 32 "_spec": "1.0.2", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 13 38 "bugs": { 14 39 "url": "https://github.com/jonschlinkert/is-descriptor/issues" 15 40 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 41 "contributors": [ 42 { 43 "name": "Brian Woodward", 44 "url": "https://twitter.com/doowb" 45 }, 46 { 47 "name": "Jon Schlinkert", 48 "url": "http://twitter.com/jonschlinkert" 49 }, 50 { 51 "url": "https://github.com/wtgtybhertgeghgtwtg" 52 } 19 53 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 54 "dependencies": { 28 55 "is-accessor-descriptor": "^1.0.0", … … 30 57 "kind-of": "^6.0.2" 31 58 }, 59 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 32 60 "devDependencies": { 33 61 "gulp-format-md": "^1.0.0", 34 62 "mocha": "^3.5.3" 35 63 }, 64 "engines": { 65 "node": ">=0.10.0" 66 }, 67 "files": [ 68 "index.js" 69 ], 70 "homepage": "https://github.com/jonschlinkert/is-descriptor", 36 71 "keywords": [ 37 72 "accessor", … … 52 87 "value" 53 88 ], 89 "license": "MIT", 90 "main": "index.js", 91 "name": "is-descriptor", 92 "repository": { 93 "type": "git", 94 "url": "git+https://github.com/jonschlinkert/is-descriptor.git" 95 }, 96 "scripts": { 97 "test": "mocha" 98 }, 54 99 "verb": { 55 100 "related": { … … 72 117 "reflinks": true 73 118 } 74 } 119 }, 120 "version": "1.0.2" 75 121 }
Note:
See TracChangeset
for help on using the changeset viewer.