Changeset e29cc2e for trip-planner-front/node_modules/is-descriptor
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/is-descriptor
- Files:
-
- 1 added
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-descriptor/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "is-descriptor@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-descriptor@1.0.2", 10 "_id": "is-descriptor@1.0.2", 2 "_from": "is-descriptor@^0.1.0", 3 "_id": "is-descriptor@0.1.6", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",5 "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", 13 6 "_location": "/is-descriptor", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "is-descriptor@ 1.0.2",11 "raw": "is-descriptor@^0.1.0", 19 12 "name": "is-descriptor", 20 13 "escapedName": "is-descriptor", 21 "rawSpec": " 1.0.2",14 "rawSpec": "^0.1.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 1.0.2"16 "fetchSpec": "^0.1.0" 24 17 }, 25 18 "_requiredBy": [ 26 "/base/define-property", 27 "/define-property", 28 "/extglob/define-property", 29 "/snapdragon-node/define-property" 19 "/class-utils/define-property", 20 "/expand-brackets/define-property", 21 "/object-copy/define-property", 22 "/snapdragon/define-property", 23 "/static-extend/define-property" 30 24 ], 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", 25 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", 26 "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca", 27 "_spec": "is-descriptor@^0.1.0", 28 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\class-utils\\node_modules\\define-property", 34 29 "author": { 35 30 "name": "Jon Schlinkert", … … 39 34 "url": "https://github.com/jonschlinkert/is-descriptor/issues" 40 35 }, 36 "bundleDependencies": false, 41 37 "contributors": [ 42 38 { … … 53 49 ], 54 50 "dependencies": { 55 "is-accessor-descriptor": "^ 1.0.0",56 "is-data-descriptor": "^ 1.0.0",57 "kind-of": "^ 6.0.2"51 "is-accessor-descriptor": "^0.1.6", 52 "is-data-descriptor": "^0.1.4", 53 "kind-of": "^5.0.0" 58 54 }, 55 "deprecated": false, 59 56 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 60 57 "devDependencies": { 61 58 "gulp-format-md": "^1.0.0", 62 "mocha": "^3. 5.3"59 "mocha": "^3.4.2" 63 60 }, 64 61 "engines": { … … 118 115 } 119 116 }, 120 "version": " 1.0.2"117 "version": "0.1.6" 121 118 }
Note:
See TracChangeset
for help on using the changeset viewer.