- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-accessor-descriptor/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "is-accessor-descriptor@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-accessor-descriptor@1.0.0", 10 "_id": "is-accessor-descriptor@1.0.0", 2 "_from": "is-accessor-descriptor@^0.1.6", 3 "_id": "is-accessor-descriptor@0.1.6", 11 4 "_inBundle": false, 12 "_integrity": "sha 512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",5 "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", 13 6 "_location": "/is-accessor-descriptor", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "is-buffer": "1.1.6" 9 }, 15 10 "_requested": { 16 "type": " version",11 "type": "range", 17 12 "registry": true, 18 "raw": "is-accessor-descriptor@ 1.0.0",13 "raw": "is-accessor-descriptor@^0.1.6", 19 14 "name": "is-accessor-descriptor", 20 15 "escapedName": "is-accessor-descriptor", 21 "rawSpec": " 1.0.0",16 "rawSpec": "^0.1.6", 22 17 "saveSpec": null, 23 "fetchSpec": " 1.0.0"18 "fetchSpec": "^0.1.6" 24 19 }, 25 20 "_requiredBy": [ 26 21 "/is-descriptor" 27 22 ], 28 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 23 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", 24 "_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6", 25 "_spec": "is-accessor-descriptor@^0.1.6", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\is-descriptor", 31 27 "author": { 32 28 "name": "Jon Schlinkert", … … 36 32 "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues" 37 33 }, 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 } 47 ], 34 "bundleDependencies": false, 48 35 "dependencies": { 49 "kind-of": "^ 6.0.0"36 "kind-of": "^3.0.2" 50 37 }, 38 "deprecated": false, 51 39 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 52 40 "devDependencies": { 53 " gulp-format-md": "^1.0.0",54 " mocha": "^3.5.3"41 "mocha": "*", 42 "should": "*" 55 43 }, 56 44 "engines": { … … 90 78 }, 91 79 "verb": { 92 "toc": false,93 "layout": "default",94 "tasks": [95 "readme"96 ],97 "plugins": [98 "gulp-format-md"99 ],100 80 "related": { 101 81 "list": [ … … 103 83 "is-data-descriptor", 104 84 "is-descriptor", 105 "is-plain-object",106 85 "isobject" 107 86 ] 108 87 }, 109 "lint": { 110 "reflinks": true 111 } 88 "plugins": [ 89 "gulp-format-md" 90 ], 91 "layout": "default" 112 92 }, 113 "version": " 1.0.0"93 "version": "0.1.6" 114 94 }
Note:
See TracChangeset
for help on using the changeset viewer.