Changeset 59329aa for trip-planner-front/node_modules/is-data-descriptor
- 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-data-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-data-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 4 "version": "1.0.0", 5 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "Rouven Weßling (www.rouvenwessling.de)" 2 "_args": [ 3 [ 4 "is-data-descriptor@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/is-data-descriptor", 8 "_development": true, 9 "_from": "is-data-descriptor@1.0.0", 10 "_id": "is-data-descriptor@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", 13 "_location": "/is-data-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-data-descriptor@1.0.0", 19 "name": "is-data-descriptor", 20 "escapedName": "is-data-descriptor", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/is-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" 14 37 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 38 "contributors": [ 39 { 40 "name": "Jon Schlinkert", 41 "url": "http://twitter.com/jonschlinkert" 42 }, 43 { 44 "name": "Rouven Weßling", 45 "url": "www.rouvenwessling.de" 46 } 18 47 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 48 "dependencies": { 27 49 "kind-of": "^6.0.0" 28 50 }, 51 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 29 52 "devDependencies": { 30 53 "gulp-format-md": "^1.0.0", 31 54 "mocha": "^3.5.3" 32 55 }, 56 "engines": { 57 "node": ">=0.10.0" 58 }, 59 "files": [ 60 "index.js" 61 ], 62 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 33 63 "keywords": [ 34 64 "accessor", … … 49 79 "value" 50 80 ], 81 "license": "MIT", 82 "main": "index.js", 83 "name": "is-data-descriptor", 84 "repository": { 85 "type": "git", 86 "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git" 87 }, 88 "scripts": { 89 "test": "mocha" 90 }, 51 91 "verb": { 52 92 "toc": false, … … 69 109 "reflinks": true 70 110 } 71 } 111 }, 112 "version": "1.0.0" 72 113 }
Note:
See TracChangeset
for help on using the changeset viewer.